Class

DevhelpProfile

Description

class Devhelp.Profile : GObject.Object {
  parent: GObject,
  priv: DhProfilePrivate*
}
No description available.

Hierarchy

hierarchy this DhProfile ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

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
GObjectClass
  No description available.
padding
None
  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