Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 20391:0b0ecee55091
The second msn.tgz from SF Patch #1621854 from Ka-Hing Cheung.
"new version, fixes some crashes because group_id is char * but in some
places it's set to an int (!). skadotnet, I don't understand why you need
`if (!strcmp(type, "MFN")) {` in so many places, so I didn't include most
of them. I also have different versions of some of your fixes because I
already fixed them.
Group manipulations may still not work, at least it's not crashing :-)"
committer: Richard Laager <rlaager@wiktel.com>
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Sun, 15 Apr 2007 02:43:47 +0000 |
parents | 5bc3d67ceb24 |
children | 8cf53d7a0887 |
rev | line source |
---|---|
9609 | 1 /** @page gtkaccount-signals GtkAccount Signals |
2 | |
3 @signals | |
4 @signal account-modified | |
5 @endsignals | |
6 | |
7 <hr> | |
8 | |
9 @signaldef account-modified | |
10 @signalproto | |
11 void (*account-modified)(GaimAccount *account); | |
12 @endsignalproto | |
13 @signaldesc | |
14 Emitted when the settings for an account have been changed and saved. | |
15 @param account The account that has been modified. | |
16 @endsignaldef | |
17 */ | |
12291
5bc3d67ceb24
[gaim-migrate @ 14595]
Etan Reisner <pidgin@unreliablesource.net>
parents:
9609
diff
changeset
|
18 // vim: syntax=c tw=75 et |