view doc/gtkconv-signals.dox @ 9206:13bfd59e164f

[gaim-migrate @ 10001] The action defaults for buddy pounces are now set to the action(s) set for the last pounce. The main default is once again set to "Send a message." This is designed to impress the users coming from AIM, but I am of the belief that a default of "Shiny sparkly" action would be more fitting here. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 04:48:41 +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
*/