doc/gtkconv-signals.dox

Tue, 22 Jun 2004 04:21:54 +0000

author
Tim Ringenbach <marv@pidgin.im>
date
Tue, 22 Jun 2004 04:21:54 +0000
changeset 9342
b0b10a2e182c
parent 9001
835c74e31c33
child 12053
5aa634db0fc1
permissions
-rw-r--r--

[gaim-migrate @ 10150]
I've been meaning to implement this for a while. And still am.
But I'll add its service to enum now, since that's harmless.

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