gtkBuilderGetObject: gtkBuilderGetObject
Description
Gets the object named name
. Note that this function does not
increment the reference count of the returned object.Usage
gtkBuilderGetObject(object, name)
Arguments
name
name of object to get
Value
GObject
] the object named name
or NULL
if
it could not be found in the object tree. [ transfer none ]