Handbook
Glossary
gtk_style_get_valist ( style widget_type first_property_name var_args -- )
Vocabulary
gtk2
.
ffi
Inputs
style
an
object
widget_type
an
object
first_property_name
an
object
var_args
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_style_get_valist
( GtkStyle* style,
GType
widget_type, gchar*
first_property_name,
va_list
var_args )