Free the resources allocated by Devhelp. For example it unrefs the singleton objects.
It is not mandatory to call this function, it's just to be friendlier to memory debugging tools. This function is meant to be called at the end of main(). It can be called several times.
Initializes the Devhelp library (e.g. for the internationalization).
This function can be called several times, but is meant to be called at the beginning of main(), before any other Devhelp function call.
Since version 3.38, this function enables the WebKitGTK sandbox by calling webkit_web_context_set_sandbox_enabled() on the default #WebKitWebContext.
Binds
sidebar
andnotebook:
You need to call this function when the #DhNotebook is empty, i.e. before adding the first #DhTab.
Note that this function doesn't take a “self” window parameter, to be more flexible: it is possible to have several pairs of #DhSidebar/#DhNotebook per window, to show different #DhProfile's.