view doc/gtkconv-signals.dox @ 10675:d0412fb74a28

[gaim-migrate @ 12216] Richard Laager noticed this has been broken for a while. I don't think I need to changelog this anywhere since it should always have been working and no one should have hit it being broken yet anyway. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 09 Mar 2005 00:01:38 +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
*/