Method
AdapNavigationViewget_previous_page
since: 1.4
Declaration [src]
AdapNavigationPage*
adap_navigation_view_get_previous_page (
AdapNavigationView* self,
AdapNavigationPage* page
)
Description [src]
Gets the previous page for page
.
If page
is in the navigation stack, returns the page popping page
will reveal.
If page
is the root page or is not in the navigation stack, returns NULL
.
Available since: 1.4
Parameters
page
-
Type:
AdapNavigationPage
A page in
self
.The data is owned by the caller of the method.
Return value
Type: AdapNavigationPage
The previous page.
The data is owned by the instance. |
The return value can be NULL . |