libpurple/protocols/gg/pubdir-prpl.h

changeset 40512
05663def7b82
parent 40439
e9838d634d5e
child 40708
53a26c29d26c
equal deleted inserted replaced
40511:ec08ac1f7d5f 40512:05663def7b82
48 gchar *first_name; 48 gchar *first_name;
49 gchar *last_name; 49 gchar *last_name;
50 ggp_pubdir_gender gender; 50 ggp_pubdir_gender gender;
51 gchar *city; 51 gchar *city;
52 unsigned int province; 52 unsigned int province;
53 time_t birth; 53 GDateTime *birth;
54 unsigned int age; 54 unsigned int age;
55 } ggp_pubdir_record; 55 } ggp_pubdir_record;
56 56
57 typedef struct _ggp_pubdir_search_form ggp_pubdir_search_form; 57 typedef struct _ggp_pubdir_search_form ggp_pubdir_search_form;
58 58

mercurial