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