comparison doc/connection-signals.dox @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 02a2e8183b1d
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
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);