Handbook
Glossary
g_object_interface_find_property ( g_iface property_name -- GParamSpec* )
Vocabulary
gobject
.
ffi
Inputs
g_iface
an
object
property_name
an
object
Outputs
GParamSpec*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GParamSpec*
g_object_interface_find_property
(
gpointer
g_iface, gchar* property_name )