Method
AdwNavigationViewget_previous_page
Declaration [src]
AdwNavigationPage*
adw_navigation_view_get_previous_page (
AdwNavigationView* self,
AdwNavigationPage* 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 |
AdwNavigationPage |
A page in |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | AdwNavigationPage |
The previous page. |
|
| The data is owned by the instance. | |
The return value can be NULL. |