Devhelp.SettingsBuilder

g Devhelp.SettingsBuilder Devhelp.SettingsBuilder GObject.Object GObject.Object GObject.Object->Devhelp.SettingsBuilder

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

create_object ()

set_contents_path (contents_path)

set_fonts_path (fonts_path)

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.SettingsBuilder(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Devhelp.SettingsBuilderClass

classmethod new()
Returns:

a new Devhelp.SettingsBuilder.

Return type:

Devhelp.SettingsBuilder

New in version 3.30.

create_object()
Returns:

the newly created Devhelp.Settings object.

Return type:

Devhelp.Settings

New in version 3.30.

set_contents_path(contents_path)
Parameters:

contents_path (str) – the path for the “contents” schema.

Sets the path for the “contents” schema.

If you don’t call this function, the default path for this schema will be used.

New in version 3.30.

set_fonts_path(fonts_path)
Parameters:

fonts_path (str) – the path for the “fonts” schema.

Sets the path for the “fonts” schema.

If you don’t call this function, the default path for this schema will be used.

New in version 3.30.