Top | ![]() |
![]() |
![]() |
![]() |
void | rm_contact_copy () |
RmContact * | rm_contact_dup () |
gint | rm_contact_name_compare () |
RmContact * | rm_contact_find_by_number () |
void | rm_contact_free () |
void | rm_contact_set_image_from_file () |
void rm_contact_copy (RmContact *src
,RmContact *dst
);
Copies one contact data to another
gint rm_contact_name_compare (gconstpointer a
,gconstpointer b
);
Compares two contacts based on contacts name.
RmContact *
rm_contact_find_by_number (gchar *number
);
Try to find a contact by it's number
typedef struct { } RmContactAddress;
The RmContactAddress contains only private fileds and should not be directly accessed.
typedef struct { GObject parent_instance; } RmContact;
The RmContact contains only private fileds and should not be directly accessed.