Mercurial > pidgin
comparison doc/connection-signals.dox @ 32771:52fb2e955198
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 6ee8e5cba5c96a1f2171038180b636724b258817)
to branch 'im.pidgin.pidgin' (head 92cc5e21737e6702460525c581295fdd26a2380f)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 13 Apr 2012 07:39:04 +0000 |
parents | 02a2e8183b1d |
children |
comparison
equal
deleted
inserted
replaced
32770:1e0ded0cb2ee | 32771:52fb2e955198 |
---|---|
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); |