Method
GimpUiPageSelectorget_page_label
since: 2.4
Declaration [src]
gchar*
gimp_page_selector_get_page_label (
GimpPageSelector* selector,
gint page_no
)
Return value
Type: gchar*
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.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |