doc/gtkconv-signals.dox

Wed, 16 Feb 2005 22:14:51 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Wed, 16 Feb 2005 22:14:51 +0000
changeset 10606
2da2a96f3627
parent 9001
835c74e31c33
child 12053
5aa634db0fc1
permissions
-rw-r--r--

[gaim-migrate @ 12039]
So I'd intended to take care of the stuff in the comments at the top before committing this, but the window raising stuff came up again so I'll just commit and deal with the rest later.

/** @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
*/

mercurial