doc/gtkconv-signals.dox

Mon, 11 Apr 2005 00:19:40 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 11 Apr 2005 00:19:40 +0000
changeset 10808
e4b51d846a9d
parent 9001
835c74e31c33
child 12053
5aa634db0fc1
permissions
-rw-r--r--

[gaim-migrate @ 12459]
" I should've included this in my signal patch that was
recently accepted for HEAD." --rlaager

committer: Luke Schierer <lschiere@pidgin.im>

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