Function
Purpleprefs_get_children_names
Declaration [src]
GList*
purple_prefs_get_children_names (
const char* name
)
Parameters
name |
const char* |
The parent pref. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | A list of utf8 |
A list of newly allocated
strings denoting the names of the children. Returns |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
Each element is a NUL terminated UTF-8 string. |