Method
GtkBuildableset_buildable_property
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 |
GtkBuilder |
A |
|
The data is owned by the caller of the function. | |
name |
const gchar* |
Name of property. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
value |
GValue |
Value of property. |
|
The data is owned by the caller of the function. |