GimpUi.PageSelector.prototype.get_page_label

function get_page_label(page_no: Number(gint)): String {
    // Gjs wrapper for gimp_page_selector_get_page_label()
}
  

Since 2.4

page_no

The number of the page to get the thumbnail for.

Returns

The page's label, or null if none is set. This is a newly allocated string that should be g_free()'d when no longer needed.