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