![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
#define R_CONTACT_TYPE #define R_CONTACT (obj) #define R_CONTACT_CLASS (klass) #define IS_R_CONTACT (obj) #define IS_R_CONTACT_CLASS (klass) #define R_CONTACT_GET_CLASS (klass) RContactPrivate; RContact; GType r_contact_get_type (void); RContact* r_contact_new (void); void r_contact_free (RContact *contact); RContact* r_contact_copy (RContact *contact); void r_contact_set_birthday (RContact *contact, gint day, gint month, gint year); gchar* r_contact_get_birth_day (RContact *contact); gchar* r_contact_get_birth_month (RContact *contact); gchar* r_contact_get_birth_year (RContact *contact); gchar* r_contact_get_birthdate (RContact *contact);
"first-name" gchararray : Read / Write "last-name" gchararray : Read / Write "middle-name" gchararray : Read / Write "nick-name" gchararray : Read / Write "photo" gchararray : Read / Write "prefix" gchararray : Read / Write "profession" gchararray : Read / Write "title" gchararray : Read / Write
void r_contact_free (RContact *contact);
free memory owned by RContact
contact : |
a RContact |
void r_contact_set_birthday (RContact *contact, gint day, gint month, gint year);
set contact's birthday
contact : |
a RContact |
day : |
contact's birth day |
month : |
contact's birth month |
year : |
contact's birth year |
gchar* r_contact_get_birth_day (RContact *contact);
get contact's day of birth. Caller must free the returned value
contact : |
a RContact |
Returns : | a gchar* |
gchar* r_contact_get_birth_month (RContact *contact);
contact : |
|
Returns : |
gchar* r_contact_get_birth_year (RContact *contact);
get contact's year of birth. Caller must free the returned value
contact : |
a RContact |
Returns : | a gchar* |
first-name
" property"first-name" gchararray : Read / Write
contact's fist name
Default value: NULL
last-name
" property"last-name" gchararray : Read / Write
contact's last name
Default value: NULL
middle-name
" property"middle-name" gchararray : Read / Write
contact's middle name
Default value: NULL
nick-name
" property"nick-name" gchararray : Read / Write
contact's nick name
Default value: NULL
profession
" property"profession" gchararray : Read / Write
contact's profession
Default value: NULL