diff doc/gtkconv-signals.dox @ 9001:6bf49a1ec075

[gaim-migrate @ 9776] (16:14:49) Paco-Paco: LSchiere2: are you going to instlal those three new files, as well? committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 20:15:59 +0000
parents
children 1ec93dd2f359
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/gtkconv-signals.dox	Fri May 21 20:15:59 2004 +0000
@@ -0,0 +1,18 @@
+/** @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
+*/