Settings.this

Creates a new GSettings object with the schema specified by schema_id. Signals on the newly created GSettings object will be dispatched via the thread-default GMainContext in effect at the time of the call to g_settings_new(). The new GSettings will hold a reference on the context. See g_main_context_push_thread_default(). Since 2.26

Parameters

schemaId string

the id of the schema

Throws

ConstructionException GTK+ fails to create the object.

Meta