Osso Addressbook Reference Manual | ||||
---|---|---|---|---|
#define OSSO_ABOOK_SELF_CONTACT_UID OssoABookSelfContact; OssoABookSelfContact* osso_abook_self_contact_new (void); OssoABookSelfContact* osso_abook_self_contact_get_default (void);
GObject +----EVCard +----EContact +----OssoABookContact +----OssoABookGconfContact +----OssoABookSelfContact
OssoABookSelfContact implements OssoABookAvatar, OssoABookCaps and OssoABookPresence.
typedef struct _OssoABookSelfContact OssoABookSelfContact;
All the fields of this structure are private to the object's implementation and should never be accessed directly.
OssoABookSelfContact* osso_abook_self_contact_new (void);
Get a OssoABookSelfContact.
Returns : | A newly allocated OssoABookSelfContact. |
OssoABookSelfContact* osso_abook_self_contact_get_default (void);
Get a new OssoABookSelfContact or a ref to an existing instance.
Returns : | A new ref to a OssoABookSelfContact. |