Method

GtkBuildableset_buildable_property

since: 2.12

Declaration [src]

void
gtk_buildable_set_buildable_property (
  GtkBuildable* buildable,
  GtkBuilder* builder,
  const gchar* name,
  const GValue* value
)

Description [src]

Sets the property name name to value on the buildable object.

Available since: 2.12

Parameters

builder

Type: GtkBuilder

A GtkBuilder.

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

Type: const gchar*

Name of property.

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

Type: GValue

Value of property.

The data is owned by the caller of the method.