doc/gtkconv-signals.dox

Wed, 23 Feb 2005 03:52:55 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 23 Feb 2005 03:52:55 +0000
changeset 10629
f79103694c1a
parent 9001
835c74e31c33
child 12053
5aa634db0fc1
permissions
-rw-r--r--

[gaim-migrate @ 12106]
This was removed when changes were made to specify that the http:// handler should open the file. Judging by the number of bug reports, it is still necessary.

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