Mercurial > pidgin
comparison src/prpl.h @ 3313:b0d5ce77f7dd
[gaim-migrate @ 3331]
Added capability for protocol-specific "edit buddy menu" items.
committer: Tailor Script <tailor@pidgin.im>
| author | Jim Seymour <jseymour> |
|---|---|
| date | Sat, 15 Jun 2002 20:21:01 +0000 |
| parents | 1bd472b7f7a2 |
| children | dd34e0b40fed |
comparison
equal
deleted
inserted
replaced
| 3312:0c7bd995eb03 | 3313:b0d5ce77f7dd |
|---|---|
| 97 GList *(* actions)(); | 97 GList *(* actions)(); |
| 98 void (* do_action)(struct gaim_connection *, char *); | 98 void (* do_action)(struct gaim_connection *, char *); |
| 99 /* user_opts returns a GList* of g_malloc'd struct proto_user_opts */ | 99 /* user_opts returns a GList* of g_malloc'd struct proto_user_opts */ |
| 100 GList *(* user_opts)(); | 100 GList *(* user_opts)(); |
| 101 GList *(* buddy_menu)(struct gaim_connection *, char *); | 101 GList *(* buddy_menu)(struct gaim_connection *, char *); |
| 102 GList *(* edit_buddy_menu)(struct gaim_connection *, char *); | |
| 102 GList *(* chat_info)(struct gaim_connection *); | 103 GList *(* chat_info)(struct gaim_connection *); |
| 103 | 104 |
| 104 GSList *(* smiley_list)(); | 105 GSList *(* smiley_list)(); |
| 105 | 106 |
| 106 /* all the server-related functions */ | 107 /* all the server-related functions */ |
