|  |  |  |  | 
    GObject
    ├── GInitiallyUnowned
    │   ╰── GtkWidget
    │       ╰── GtkContainer
    │           ├── WebKitWebViewBase
    │           │   ╰── WebKitWebView
    │           │       ├── DhAssistantView
    │           │       ╰── DhWebView
    │           ├── GtkTreeView
    │           │   ╰── DhBookTree
    │           ├── GtkNotebook
    │           │   ╰── DhNotebook
    │           ├── GtkBin
    │           │   ╰── GtkSearchBar
    │           │       ╰── DhSearchBar
    │           ╰── GtkGrid
    │               ├── DhSidebar
    │               ├── DhTab
    │               ╰── DhTabLabel
    ├── DhBook
    ├── DhBookListBuilder
    ├── DhBookList
    │   ╰── DhBookListDirectory
    ├── DhBookManager
    ├── DhCompletion
    ├── DhKeywordModel
    ├── DhProfileBuilder
    ├── DhProfile
    ├── DhSettingsBuilder
    ╰── DhSettings
    GFlags
    ╰── DhLinkFlags
    GBoxed
    ╰── DhLink
    GEnum
    ╰── DhLinkType