Method

BisAlbumnavigate

Declaration [src]

gboolean
bis_album_navigate (
  BisAlbum* self,
  BisNavigationDirection direction
)

Description [src]

Navigates to the previous or next child.

The child must have the BisAlbumPage:navigatable property set to TRUE, otherwise it will be skipped.

This will be the same child as returned by bis_album_get_adjacent_child() or navigated to via swipe gestures.

Available since:1.0

Parameters

direction BisNavigationDirection
 

The direction.

Return value

Returns: gboolean
 

Whether the visible child was changed.