![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
void (*RFunc) (gpointer obj, gpointer user_data); RFilter; RInfos; #define r_infos_get_id (x) #define r_infos_get_label (x) #define r_infos_get_first (x) #define r_infos_get_last (x) #define r_infos_get_profession (x) #define r_infos_get_city (x) #define r_infos_get_country (x) #define r_infos_get_assignment (x) #define r_infos_get_web (x) #define r_infos_get_email (x) #define r_infos_get_irc (x) #define r_infos_get_telephone (x)
typedef struct { glong id; // card id gchar *label; // card label gchar *first; // contact's first name gchar *last; // contact's last name gchar *prof; // contact's profession gchar *city; gchar *country; gchar *assignment; // contact's assignmet gchar *web; // contact's home page gchar *email; // contact's email gchar *irc; gchar *telephone; // contact's telephone number } RInfos;