Virtual Method
GtkBuildableget_internal_child
Declaration [src]
GObject*
get_internal_child (
GtkBuildable* buildable,
GtkBuilder* builder,
const char* childname
)
Parameters
builder
-
Type:
GtkBuilder
A
GtkBuilder
.The data is owned by the caller of the method. childname
-
Type:
const char*
Name of child.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GObject
The internal child of the buildable object.
The returned data is owned by the instance. |