Class method

GtkWidgetClasslist_style_properties

since: 2.2

Declaration [src]

GParamSpec**
gtk_widget_class_list_style_properties (
  GtkWidgetClass* klass,
  guint* n_properties
)

Description [src]

Returns all style properties of a widget class.

Available since: 2.2

Parameters

n_properties

Type: guint*

Location to return the number of style properties found.

The argument will be set by the function.

Return value

Type: An array of GParamSpec*

A newly allocated array of GParamSpec*. The array must be freed with g_free().

The length of the array is in the n_properties argument.
The caller of the method takes ownership of the returned data container, but not the data inside it.