Method
IdeSettingsbind
Declaration
void
ide_settings_bind (
IdeSettings* self,
const gchar* key,
gpointer object,
const gchar* property,
GSettingsBindFlags flags
)
Parameters
key-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. object-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. property-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. flags-
Type:
GSettingsBindFlagsNo description available.