comparison: libpurple/protocols/gg/account.h
libpurple/protocols/gg/account.h
- changeset 34304
- faf0414a8b51
- parent 33348
- 2394cd23ce8f
- child 35305
- 056b8468d470
equal
deleted
inserted
replaced
| 35 typedef struct |
35 typedef struct |
| 36 { |
36 { |
| 37 gchar *id; |
37 gchar *id; |
| 38 gpointer data; |
38 gpointer data; |
| 39 size_t size; |
39 size_t size; |
| 40 int length; |
40 guint length; |
| 41 } ggp_account_token; |
41 } ggp_account_token; |
| 42 |
42 |
| 43 /** |
43 /** |
| 44 * token must be free'd with ggp_account_token_free |
44 * token must be free'd with ggp_account_token_free |
| 45 */ |
45 */ |