OssoABookServiceGroup

OssoABookServiceGroup — A smart group containing contacts related to a specific service

Synopsis




            OssoABookServiceGroup;
OssoABookGroup* osso_abook_service_group_get
                                            (McAccount *account);


Object Hierarchy


  GObject
   +----OssoABookGroup
         +----OssoABookServiceGroup

Properties


  "display-name"         gchararray            : Read / Write
  "service-name"         gchararray            : Read / Write
  "visibility-key"       gchararray            : Read / Write

Description

OssoABookServiceGroup is an object that contains only contacts relating to a specified online service.

Details

OssoABookServiceGroup

typedef struct _OssoABookServiceGroup OssoABookServiceGroup;

OssoABookServiceGroup has no public members.


osso_abook_service_group_get ()

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.

Properties

The "display-name" property

  "display-name"         gchararray            : Read / Write

The name to be shown in the UI.

Default value: ""


The "service-name" property

  "service-name"         gchararray            : Read / Write

The name of the service.

Default value: ""


The "visibility-key" property

  "visibility-key"       gchararray            : Read / Write

The GConf key where the visibility of this group is stored.

Default value: ""