Devhelp.Profile

g Devhelp.Profile Devhelp.Profile GObject.Object GObject.Object GObject.Object->Devhelp.Profile

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

get_default ()

get_book_list ()

get_settings ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class Devhelp.Profile(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Devhelp.ProfileClass

classmethod get_default()
Returns:

the default Devhelp.Profile object.

Return type:

Devhelp.Profile

Gets the default Devhelp.Profile object. It has the default Devhelp.Settings object as returned by Devhelp.Settings.get_default(), and the default Devhelp.BookList object as returned by Devhelp.BookList.get_default().

New in version 3.30.

get_book_list()
Returns:

the Devhelp.BookList of self.

Return type:

Devhelp.BookList

Gets the Devhelp.BookList object of self. The returned object is guaranteed to be the same for the lifetime of self.

New in version 3.30.

get_settings()
Returns:

the Devhelp.Settings of self.

Return type:

Devhelp.Settings

Gets the Devhelp.Settings object of self. The returned object is guaranteed to be the same for the lifetime of self.

New in version 3.30.