Method

GtkStyleContextlist_regions

deprecated: 3.14 since: 3.0

Declaration [src]

GList*
gtk_style_context_list_regions (
  GtkStyleContext* context
)

Description [src]

Returns the list of regions currently defined in context.

Available since: 3.0

Deprecated since: 3.14

Please do not use it in newly written code.

Return value

Type: A list of utf8

A GList of strings with the currently defined regions. The contents of the list are owned by GTK+, but you must free the list itself with g_list_free() when you are done with it.

The caller of the method takes ownership of the returned data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.