Handbook
Glossary
gtk_container_child_get_property ( container child property_name value -- )
Vocabulary
gtk2
.
ffi
Inputs
container
an
object
child
an
object
property_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_container_child_get_property
( GtkContainer* container, GtkWidget* child, gchar*
property_name, GValue* value )