view doc/gtkconv-signals.dox @ 9129:3e94a77ee0c7

[gaim-migrate @ 9907] this will attempt connection to all the hosts that a hostname resolves to, so if people have ipv6 support, but no ipv6 routes, we can still connect to servers that have both AAAA and A records. It also makes things a bunch cleaner, and may fix a bug or two. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 30 May 2004 19:30:14 +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
*/