view doc/gtkconv-signals.dox @ 9267:3e8619644a8a

[gaim-migrate @ 10066] The comments on gaim-devel seem positive, so lets try this out and see if we really do like it. It's easy enough to change back. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 12 Jun 2004 00:00:01 +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
*/