Osso Addressbook Reference Manual |
---|
OssoABookServiceGroupOssoABookServiceGroup — A smart group containing contacts related to a specific service |
OssoABookServiceGroup; OssoABookGroup* osso_abook_service_group_get (McAccount *account);
"display-name" gchararray : Read / Write "service-name" gchararray : Read / Write "visibility-key" gchararray : Read / Write
OssoABookServiceGroup is an object that contains only contacts relating to a specified online service.
typedef struct _OssoABookServiceGroup OssoABookServiceGroup;
OssoABookServiceGroup has no public members.
OssoABookGroup* osso_abook_service_group_get (McAccount *account);
Retrieves the group for the given account type. Note this function is not threadsafe.
account : |
An McAccount to be attached to this group. |
Returns : | The OssoABookGroup. This is a singleton;
don't g_object_unref() it. Will return NULL if account is incomplete.
|
<< OssoABookRecentGroup | Presence >> |