PersonaStore
Object Hierarchy:
Description:
public class PersonaStore : PersonaStore
A persona store representing a single EDS address book.
The persona store will contain Edsf.Personas for each contact in the address book it
represents.
Content:
Properties:
- public override string type_id { get; }
The type of persona store this is.
- public override MaybeBool can_add_personas { get; }
Whether this PersonaStore can add
Folks.Personas.
- public override MaybeBool can_alias_personas { get; }
Whether this PersonaStore can set the alias of
Folks.Personas.
- public override MaybeBool can_group_personas { get; }
Whether this PersonaStore can set the groups of
Folks.Personas.
- public override MaybeBool can_remove_personas { get; }
Whether this PersonaStore can remove
Folks.Personas.
- public override bool is_prepared { get; }
Whether this PersonaStore has been prepared.
- public override string[] always_writeable_properties { get; }
- public override bool is_quiescent { get; }
- public override Map<string,Persona> personas { get; }
The Personas exposed by
this PersonaStore.
- public Source source { construct; get; }
The EDS E.Source associated with this
persona store.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Folks.PersonaStore
- always_writeable_properties
- can_add_personas
- can_alias_personas
- can_group_personas
- can_remove_personas
- display_name
- id
- is_prepared
- is_primary_store
- is_quiescent
- is_user_set_default
- is_writeable
- personas
- trust_level
- type_id
- detail_key
- add_persona_from_details
- flush
- prepare
- remove_persona
- personas_changed
- removed
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count