Method

GtkBuildableget_internal_child

since: 2.12

Declaration [src]

GObject*
gtk_buildable_get_internal_child (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  const gchar* childname
)

Description [src]

Get the internal child called childname of the buildable object.

Available since: 2.12

Parameters

builder

Type: GtkBuilder

A GtkBuilder.

The data is owned by the caller of the method.
childname

Type: const gchar*

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.