Method

BisAlbumget_pages

Declaration [src]

GtkSelectionModel*
bis_album_get_pages (
  BisAlbum* self
)

Description [src]

Returns a GListModel that contains the pages of the album.

This can be used to keep an up-to-date view. The model also implements GtkSelectionModel and can be used to track and change the visible page.

Available since:1.0
Gets propertyBis.Album:pages

Return value

Returns: GtkSelectionModel
 

A GtkSelectionModel for the album’s children.

 The caller of the method takes ownership of the data, and is responsible for freeing it.