Class
DevhelpProfile
Functions
dh_profile_get_default
Gets the default DhProfile object. It has the default DhSettings object as
returned by dh_settings_get_default(), and the default DhBookList object as
returned by dh_book_list_get_default().
Available since: 3.30
Instance methods
dh_profile_get_book_list
Gets the DhBookList object of profile. The returned object is guaranteed to
be the same for the lifetime of profile.
Available since: 3.30
dh_profile_get_settings
Gets the DhSettings object of profile. The returned object is guaranteed to
be the same for the lifetime of profile.
Available since: 3.30