comparison doc/connection-signals.dox @ 29764:50729e095c3c

Add a @since tag for the new autojoin signal
author Richard Laager <rlaager@wiktel.com>
date Tue, 20 Apr 2010 02:31:42 +0000
parents 378cceb9131d
children 02a2e8183b1d
comparison
equal deleted inserted replaced
29753:378cceb9131d 29764:50729e095c3c
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
47 @endsignaldef 48 @endsignaldef
48 49
49 @signaldef signing-off 50 @signaldef signing-off
50 @signalproto 51 @signalproto
51 void (*signing_off)(PurpleConnection *gc); 52 void (*signing_off)(PurpleConnection *gc);