Method

GtkBuilderexpose_object

since: 3.8

Declaration [src]

void
gtk_builder_expose_object (
  GtkBuilder* builder,
  const gchar* name,
  GObject* object
)

Description [src]

Add object to the builder object pool so it can be referenced just like any other object built by builder.

Available since: 3.8

Parameters

name

Type: const gchar*

The name of the object exposed to the builder.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
object

Type: GObject

The object to expose.

The data is owned by the caller of the method.