Method
GtkBuilderget_object
Declaration [src]
GObject*
gtk_builder_get_object (
GtkBuilder* builder,
const char* name
)
Description [src]
Gets the object named name
.
Note that this function does not increment the reference count of the returned object.
Parameters
name |
const char* |
Name of object to get. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GObject |
The object named |
|
The data is owned by the instance. | |
The return value can be NULL . |