Class

DevhelpBookListBuilder

Description

class Devhelp.BookListBuilder : GObject.Object {
  parent: GObject,
  priv: DhBookListBuilderPrivate*
}
No description available.

Hierarchy

hierarchy this DhBookListBuilder ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Constructors

dh_book_list_builder_new
No description available.

Available since: 3.30

Instance methods

dh_book_list_builder_add_default_sub_book_lists

Creates the default DhBookListDirectorys and adds them to builder with dh_book_list_builder_add_sub_book_list().

Available since: 3.30

dh_book_list_builder_add_sub_book_list

Adds sub_book_list.

Available since: 3.30

dh_book_list_builder_create_object

Creates the DhBookList. It actually creates a subclass of DhBookList, but the subclass is not exposed to the public API.

Available since: 3.30

dh_book_list_builder_read_books_disabled_setting

Sets the DhSettings object from which to read the “books-disabled” GSettings key. If settings is NULL or if this function isn’t called, then the DhBookList object that will be created with dh_book_list_builder_create_object() will not read a “books-disabled” setting.

Available since: 3.30

Class structure

struct DevhelpBookListBuilderClass {
  GObjectClass parent_class;
  None padding;
  
}
Class members
parent_class
GObjectClass
  No description available.
padding
None
  No description available.