comparison doc/connection-signals.dox @ 32779:d72f2f13b60f

merge of 'c8c73eea7431e6f940916315ace40a41c8da3faa' and 'fec428131bde0ae8247941bd6a3d996c984c9189'
author Ethan Blanton <elb@pidgin.im>
date Fri, 21 Oct 2011 14:36:18 +0000
parents 02a2e8183b1d
children
comparison
equal deleted inserted replaced
32778:14787acaf9d7 32779:d72f2f13b60f
42 signal before the UI sees it and then re-emit it later. 42 signal before the UI sees it and then re-emit it later.
43 @param gc The connection that has signed on. 43 @param gc The connection that has signed on.
44 @return @c TRUE if the signal was handled or @c FALSE otherwise. In 44 @return @c TRUE if the signal was handled or @c FALSE otherwise. In
45 practice, the return value is irrelevant, as it really only 45 practice, the return value is irrelevant, as it really only
46 exists so plugins can block the UI's autojoin. 46 exists so plugins can block the UI's autojoin.
47 @since 2.7.0
48 @endsignaldef 47 @endsignaldef
49 48
50 @signaldef signing-off 49 @signaldef signing-off
51 @signalproto 50 @signalproto
52 void (*signing_off)(PurpleConnection *gc); 51 void (*signing_off)(PurpleConnection *gc);