Mercurial > pidgin
comparison src/multi.h @ 5136:381da05cb5ed
[gaim-migrate @ 5500]
this started out as simply adding an option to right-click on a jabber buddy
and re-request authorization. Then I ended up chasing the disgusting mess
of const vs non-const parameters all over gaim.
The end result is that you can now right-click on jabber buddies and
re-request auth like you can for ICQ. Also, a lot more things are const
that should be, I fixed a bug or two, and I cleaned up one of my least
favorite functions in gaim (linkify_text). It is now decidedly less evil.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 15 Apr 2003 04:18:00 +0000 |
| parents | 54cd43869333 |
| children | fefad67de2c7 |
comparison
equal
deleted
inserted
replaced
| 5135:102135caa225 | 5136:381da05cb5ed |
|---|---|
| 92 struct gaim_connection *gc; | 92 struct gaim_connection *gc; |
| 93 }; | 93 }; |
| 94 | 94 |
| 95 struct proto_buddy_menu { | 95 struct proto_buddy_menu { |
| 96 char *label; | 96 char *label; |
| 97 void (*callback)(struct gaim_connection *, char *); | 97 void (*callback)(struct gaim_connection *, const char *); |
| 98 struct gaim_connection *gc; | 98 struct gaim_connection *gc; |
| 99 }; | 99 }; |
| 100 | 100 |
| 101 struct proto_chat_entry { | 101 struct proto_chat_entry { |
| 102 char *label; | 102 char *label; |
