| Osso Addressbook Reference Manual | ||||
|---|---|---|---|---|
OssoABookSelfContact;
OssoABookSelfContact* osso_abook_self_contact_new (void);
OssoABookSelfContact* osso_abook_self_contact_get_default
(void);
typedef struct {
OssoABookGconfContact parent;
} 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. |