| 35352:c6bcb48cf10c | 35353:1f5964260577 |
|---|---|
| 35 | 35 |
| 36 typedef struct | 36 typedef struct |
| 37 { | 37 { |
| 38 guint timer; | 38 guint timer; |
| 39 GList *pending_updates; | 39 GList *pending_updates; |
| 40 | 40 |
| 41 gpointer current_update; | 41 gpointer current_update; |
| 42 gpointer own_data; | 42 gpointer own_data; |
| 43 } ggp_avatar_session_data; | 43 } ggp_avatar_session_data; |
| 44 | 44 |
| 45 void ggp_avatar_setup(PurpleConnection *gc); | 45 void ggp_avatar_setup(PurpleConnection *gc); |