view doc/gtkconv-signals.dox @ 10375:cbfd90f7fa47

[gaim-migrate @ 11600] I just read that ISO-8859-1-Windows-3.1-Latin-1's official name is Windows-1252, and iconv supports it. This should be good, then. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 15 Dec 2004 01:53:33 +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
*/