parameter_to_key
Description:
public static string parameter_to_key (
string param_name)
Converts a ParamSpec name (e.g. "foo-bar" or "foo_bar") to "CamelCase" for use as
a KeyFile key (e.g. "FooBar").
This function is made public only to aid in account migration. Applications should not need to use this.
Parameters:
param_name |
a ParamSpec name
|