navigate


Description:

public bool navigate (NavigationDirection direction)

Navigates to the previous or next child.

The child must have the [property@AlbumPage:navigatable] property set to `TRUE`, otherwise it will be skipped.

This will be the same child as returned by [method@Album.get_adjacent_child] or navigated to via swipe gestures.

Parameters:

this

a album

direction

the direction

Returns:

whether the visible child was changed