view doc/gtkconv-signals.dox @ 9013:d494fd1bd90b

[gaim-migrate @ 9789] " This patch allows plugins to extend the chat right-click menu in a UI-neutral way, just like they can already for the buddy and group right-click menus. Credit again to Christopher (siege) O'Brien for the initial implementation in the buddy menu which I continue to copy :)" --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 22 May 2004 16:46:07 +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
*/