Class
DevhelpProfile
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
Class structure
struct DevhelpProfileClass {
GObjectClass parent_class;
None padding;
}
Class members
parent_class |
|
No description available. | |
padding |
|
No description available. |
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