Camel.Settings¶
| Subclasses: | Camel.StoreSettings | 
|---|
Properties¶
None
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class Camel.Settings(**kwargs)¶
- Bases: - GObject.Object- Abstract: - No - Structure: - Camel.SettingsClass- Contains only private data that should be read and manipulated using the functions below. - New in version 3.2. - 
clone()¶
- Returns: - a newly-created copy of self - Return type: - Camel.Settings- Creates an copy of self, such that passing self and the copied instance to - Camel.Settings.equal() would return- True.- By default, this creates a new settings instance with the same - GObject.GTypeas self, and copies all- GObject.Objectproperty values from self to the new instance.- New in version 3.2. 
 - 
equal(settings_b)¶
- Parameters: - settings_b ( - Camel.Settings) – another- Camel.Settings- Returns: - Trueif self and settings_b are equal- Return type: - bool- Returns - Trueif self and settings_b are equal.- By default, equality requires both instances to have the same - GObject.GTypewith the same set of- GObject.Objectproperties, and each property value in self is equal to the corresponding value in settings_b.- New in version 3.2. 
 - 
do_clone() virtual¶
- Returns: - a newly-created copy of settings - Return type: - Camel.Settings- Creates an copy of settings, such that passing settings and the copied instance to - Camel.Settings.equal() would return- True.- By default, this creates a new settings instance with the same - GObject.GTypeas settings, and copies all- GObject.Objectproperty values from settings to the new instance.- New in version 3.2. 
 - 
do_equal(settings_b) virtual¶
- Parameters: - settings_b ( - Camel.Settings) – another- Camel.Settings- Returns: - Trueif settings_a and settings_b are equal- Return type: - bool- Returns - Trueif settings_a and settings_b are equal.- By default, equality requires both instances to have the same - GObject.GTypewith the same set of- GObject.Objectproperties, and each property value in settings_a is equal to the corresponding value in settings_b.- New in version 3.2. 
 
-