Mercurial > pidgin
view doc/gtkconv-signals.dox @ 10191:0f86175b41a4
[gaim-migrate @ 11306]
Minor changes to the status selector:
-Use the imhtml creation helper thing
-Change the if (new status) to check the type_id instead of the type name
(which could theoretically be NULL)
-Only attempt to set away if the away state was chosen
This definitely still doesn't work for oscar. Just by looking at the
code I don't believe the message input works for anything, as is.
Setting "away" apparently works for MSN, maybe other stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 16 Nov 2004 02:22:16 +0000 |
parents | 6bf49a1ec075 |
children | 1ec93dd2f359 |
line wrap: on
line source
/** @page gtkconv-signals GtkConv Signals @signals @signal conversation-drag-ended @endsignals <hr> @signaldef conversation-drag-ended @signalproto void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination); @endsignalproto @signaldesc Emitted when a conversation drag and drop has finished. @param source The conversation that has been moved. @param destination Where the conversation is now. @endsignaldef */