Method
IdeConfigset_internal_object
Declaration
void
ide_config_set_internal_object (
IdeConfig* self,
const gchar* key,
GObject* instance
)
Parameters
key
-
Type:
const gchar*
The key to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. instance
-
Type:
GObject
A
GObject
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.