Handbook
Glossary
gtk_buildable_set_buildable_property ( buildable builder name value -- )
Vocabulary
gtk2
.
ffi
Inputs
buildable
an
object
builder
an
object
name
an
object
value
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_buildable_set_buildable_property
( GtkBuildable* buildable, GtkBuilder* builder, gchar* name,
GValue* value )