OssoABookAllGroup

OssoABookAllGroup — A contact group which lists all contacts.

Synopsis

                    OssoABookAllGroup;
OssoABookGroup*     osso_abook_all_group_get            (void);

Object Hierarchy

  GObject
   +----OssoABookGroup
         +----OssoABookAllGroup

Properties

  "aggregator"               OssoABookAggregator*  : Read / Write

Description

This OssoABookGroup lists all contacts known by the default OssoABookAggregator.

Details

OssoABookAllGroup

typedef struct _OssoABookAllGroup OssoABookAllGroup;

All the fields of this structure are private to the object's implementation and should never be accessed directly.


osso_abook_all_group_get ()

OssoABookGroup*     osso_abook_all_group_get            (void);

Retrieves the all contacts group. Note that this function is not thread-safe.

Returns : The OssoABookAllGroup. This is a singleton; don't g_object_unref() it.

Property Details

The "aggregator" property

  "aggregator"               OssoABookAggregator*  : Read / Write

The aggregator of all contacts in the addressbook.