Function

EDataServerSourceparameter_to_key

since: 3.6

Declaration [src]

gchar*
e_source_parameter_to_key (
  const gchar* param_name
)

Description [src]

Converts a GParamSpec name (e.g. “foo-bar” or “foo_bar”) to “CamelCase” for use as a GKeyFile key (e.g. “FooBar”).

This function is made public only to aid in account migration. Applications should not need to use this.

Available since: 3.6

Parameters

param_name

Type: const gchar*

A GParamSpec name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gchar*

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.