[ CCode ( cname = "gimp_page_selector_get_page_label" ) ]
[ Version ( since = "2.4" ) ]
public string? get_page_label (int page_no)
| this |
Pointer to a PageSelector. |
| page_no |
The number of the page to get the thumbnail for. |
|
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. |