doc/core-signals.dox@402d25ce01da
doc/core-signals.dox
Mon, 08 Jun 2009 02:24:49 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Mon, 08 Jun 2009 02:24:49 +0000
- changeset 27314
- 402d25ce01da
- parent 20897
-
2608e9e07913
- child 28189
-
db6dce6fba36
- permissions
- -rw-r--r--
Use the JID for adding a chat/buddy because the name is for descriptive
purpose only, and using it will not fill in the Add Chat dialog correctly.
Because the JID is not visible, the user will not know what to actually put
there instead.
/** @page core-signals Core Signals
@signals
@signal quitting
@endsignals
@see core.h
<hr>
@signaldef quitting
@signalproto
void (*quitting)();
@endsignalproto
@signaldesc
Emitted when libpurple is quitting.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et