diff doc/gtkconv-signals.dox @ 12053:1ec93dd2f359

[gaim-migrate @ 14348] doxygen and ChangeLog.API updates from Casey Harkins committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 12 Nov 2005 16:49:10 +0000
parents 6bf49a1ec075
children 5bc3d67ceb24
line wrap: on
line diff
--- a/doc/gtkconv-signals.dox	Sat Nov 12 16:49:03 2005 +0000
+++ b/doc/gtkconv-signals.dox	Sat Nov 12 16:49:10 2005 +0000
@@ -1,18 +1,18 @@
 /** @page gtkconv-signals GtkConv Signals
 
  @signals
-  @signal conversation-drag-ended
+  @signal conversation-dragging
  @endsignals
 
  <hr>
 
- @signaldef conversation-drag-ended
+ @signaldef conversation-dragging
   @signalproto
-void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination);
+void (*conversation_dragging)(GaimGtkWindow *source, GaimGtkWindow *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.
+   Emitted when a conversation is being drag and dropped between windows.
+  @param source The window where the conversation is.
+  @param destination The window where the conversation will be moved to.
  @endsignaldef
 */