Function
PurpleCorenew_settings
unstable since: 3.0
Declaration [src]
GSettings*
purple_core_new_settings (
const char* schema_id
)
Parameters
schema_id
-
Type:
const char*
The id of the schema.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GSettings
The new instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |