Class
DevhelpBookListDirectory
Instance methods
Methods inherited from DhBookList (3)
dh_book_list_add_book
Emits the DhBookList::add-book
signal.
Available since: 3.30
dh_book_list_get_books
Gets the list of DhBook
‘s part of book_list
, in no particular order. Each
book ID in the list is unique (see dh_book_get_id()
).
Available since: 3.30
dh_book_list_remove_book
Emits the DhBookList::remove-book
signal.
Available since: 3.30
Methods inherited from GObject (43)
Properties
Devhelp.BookListDirectory:directory
The directory, as a GFile
, containing a set of Devhelp books.
Available since: 3.30
Signals
Signals inherited from DhBookList (2)
Devhelp.BookList::add-book
The ::add-book signal is emitted when a DhBook
is added to a
DhBookList
.
Available since: 3.30
Devhelp.BookList::remove-book
The ::remove-book signal is emitted when a DhBook
is removed from a
DhBookList
.
Available since: 3.30