Gtk.StyleContext.prototype.list_regions

function list_regions():[String] {
    // Gjs wrapper for gtk_style_context_list_regions()
}

Returns the list of regions currently defined in context.

Since 3.0

Returns

a GLib.List of strings with the currently defined regions. The contents of the list are owned by GTK+, but you must free the list itself with GLib.free when you are done with it.