Method
AdwNavigationViewremove
Declaration [src]
void
adw_navigation_view_remove (
AdwNavigationView* self,
AdwNavigationPage* page
)
Description [src]
Removes page
from self
.
If page
is currently in the navigation stack, it will be removed once it’s
popped. Otherwise, it’s removed immediately.
Available since: | 1.4 |
Parameters
page |
AdwNavigationPage |
The page to remove. |
|
The data is owned by the caller of the function. |