Method
AdapNavigationViewfind_page
since: 1.4
Declaration [src]
AdapNavigationPage*
adap_navigation_view_find_page (
AdapNavigationView* self,
const char* tag
)
Parameters
tag
-
Type:
const char*
A page tag.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: AdapNavigationPage
The page with the given tag.
The data is owned by the instance. |
The return value can be NULL . |