Method
AdapNavigationViewremove
since: 1.4
Declaration [src]
void
adap_navigation_view_remove (
AdapNavigationView* self,
AdapNavigationPage* 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-
Type:
AdapNavigationPageThe page to remove.
The data is owned by the caller of the method.