| Osso Addressbook Reference Manual | ||||
|---|---|---|---|---|
typedef struct {
} OssoABookAllGroup;
All the fields of this structure are private to the object's implementation and should never be accessed directly.
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.
|