Method
AdwNavigationViewfind_page
Declaration [src]
AdwNavigationPage*
adw_navigation_view_find_page (
AdwNavigationView* self,
const char* tag
)
Parameters
tag |
const char* |
A page tag. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | AdwNavigationPage |
The page with the given tag. |
|
The data is owned by the instance. | |
The return value can be NULL . |