Handbook
Glossary
g_object_class_list_properties ( object_class n_properties -- GParamSpec** )
Vocabulary
gobject
.
ffi
.
private
Inputs
object_class
an
object
n_properties
an
object
Outputs
GParamSpec**
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gobject.ffi.private
LIBRARY:
gobject
FUNCTION:
GParamSpec**
g_object_class_list_properties
( GObjectClass* object_class, guint* n_properties )