Class

BisAlbumPage

Description [src]

final class Bis.AlbumPage : GObject.Object {
  /* No available fields */
}

An auxiliary class used by BisAlbum.

Ancestors

Instance methods

bis_album_page_get_child

Gets the album child to which self belongs.

Available since: 1.0

bis_album_page_get_name

Gets the name of self.

Available since: 1.0

bis_album_page_get_navigatable

Gets whether the child can be navigated to when folded.

Available since: 1.0

bis_album_page_set_name

Sets the name of the self.

Available since: 1.0

bis_album_page_set_navigatable

Sets whether self can be navigated to when folded.

Available since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Bis.AlbumPage:child

The album child to which the page belongs.

Available since: 1.0

Bis.AlbumPage:name

The name of the child page.

Available since: 1.0

Bis.AlbumPage:navigatable

Whether the child can be navigated to when folded.

Available since: 1.0

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct BisAlbumPageClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.