Osso Addressbook Reference Manual | ||||
---|---|---|---|---|
typedef struct _OssoABookProfileGroup OssoABookProfileGroup;
All the fields of this structure are private to the object's implementation and should never be accessed directly.
OssoABookGroup* osso_abook_profile_group_get (McProfile *profile);
Retrieves the profile contacts group. Note that this function is not thread-safe.
Returns : | The OssoABookProfileGroup. This is a singleton;
don't g_object_unref() it.
|