Class
DevhelpBook
Constructors
dh_book_new
No description available.
Instance methods
dh_book_cmp_by_id
Compares the DhBook
‘s by their IDs, with g_ascii_strcasecmp()
.
dh_book_cmp_by_title
Compares the DhBook
‘s by their title.
dh_book_get_id
Gets the book ID. In the Devhelp index file format version 2, it is actually the “name”, not the ID, but “book ID” is clearer, “book name” can be confused with the title.
dh_book_get_index_file
No description available.
dh_book_get_language
No description available.
dh_book_get_links
No description available.
dh_book_get_title
No description available.
dh_book_get_tree
Gets the general structure of the book, as a tree. The tree contains only
DhLink
‘s of type DH_LINK_TYPE_BOOK
or DH_LINK_TYPE_PAGE
. The other
DhLink
‘s are not contained in the tree. To have a list of
DhLink
‘s part of the book, you need to call
dh_book_get_links()
.
Signals
Devhelp.Book::deleted
The ::deleted signal is emitted when the index file has been deleted from the filesystem.
Devhelp.Book::updated
The ::updated signal is emitted when the index file has been modified (but the file still exists).