Method

DevhelpBookget_tree

Declaration [src]

GNode*
dh_book_get_tree (
  DhBook* book
)

Description [src]

Gets the general structure of the book, as a tree. The tree contains only DhLinks of type DH_LINK_TYPE_BOOK or DH_LINK_TYPE_PAGE. The other DhLinks are not contained in the tree. To have a list of all DhLinks part of the book, you need to call dh_book_get_links().

Return value

Type: GNode

The tree of DhLinks part of book.

The data is owned by the instance.