Method
GtkStyleget_valist
since: 2.16
Declaration [src]
void
gtk_style_get_valist (
GtkStyle* style,
GType widget_type,
const gchar* first_property_name,
va_list var_args
)
Description [src]
Non-vararg variant of gtk_style_get(). Used primarily by language bindings.
Available since: 2.16
This method is not directly available to language bindings.
Parameters
widget_type
-
Type:
GType
The
GType
of a descendant ofGtkWidget
. first_property_name
-
Type:
const gchar*
The name of the first style property to get.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. var_args
-
Type:
va_list
A va_list of pairs of property names and locations to return the property values, starting with the location for
first_property_name
.