Mercurial > pidgin
view doc/gtkaccount-signals.dox @ 13666:915f26ce1d07
[gaim-migrate @ 16068]
Suppress CID 108.
Event assign_zero: Variable "(irc)->roomlist" assigned value 0.
278 irc->roomlist = NULL;
Event var_deref_model: Variable "(irc)->roomlist" tracked as NULL was passed to a function that dereferences it.
288 gaim_roomlist_room_add_field(irc->roomlist, room, args[1]);
nosnilmot noted:
'name can't be both "323" and "322" at the same time, so this will never happen'
In the 323 case, this saves us a strcmp() that we know is useless, and adding the return is consistent with the 321 block above.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 20 Apr 2006 04:56:44 +0000 |
parents | 5bc3d67ceb24 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page gtkaccount-signals GtkAccount Signals @signals @signal account-modified @endsignals <hr> @signaldef account-modified @signalproto void (*account-modified)(GaimAccount *account); @endsignalproto @signaldesc Emitted when the settings for an account have been changed and saved. @param account The account that has been modified. @endsignaldef */ // vim: syntax=c tw=75 et