Method
BisAlbumget_adjacent_child
Declaration [src]
GtkWidget*
bis_album_get_adjacent_child (
BisAlbum* self,
BisNavigationDirection direction
)
Description [src]
Finds the previous or next navigatable child.
This will be the same child bis_album_navigate()
or swipe gestures will
navigate to.
If there’s no child to navigate to, NULL
will be returned instead.
Available since: | 1.0 |
Parameters
direction |
BisNavigationDirection |
The direction. |
Return value
Returns: | GtkWidget |
The previous or next child. |
|
The data is owned by the instance. | |
The return value can be NULL . |