Handbook
Glossary
gtk_container_child_get_property ( container child property_name value -- )
Vocabulary
gtk3
.
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:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_container_child_get_property
( GtkContainer* container, GtkWidget* child, gchar*
property_name, GValue** value )