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