Method

GtkWidgetstyle_get_valist

Declaration [src]

void
gtk_widget_style_get_valist (
  GtkWidget* widget,
  const gchar* first_property_name,
  va_list var_args
)

Description [src]

Non-vararg variant of gtk_widget_style_get(). Used primarily by language bindings.

This method is not directly available to language bindings.

Parameters

first_property_name

Type: const gchar*

The name of the first 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.