comparison 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
comparison
equal deleted inserted replaced
9000:b540c735a6ad 9001:6bf49a1ec075
1 /** @page gtkconv-signals GtkConv Signals
2
3 @signals
4 @signal conversation-drag-ended
5 @endsignals
6
7 <hr>
8
9 @signaldef conversation-drag-ended
10 @signalproto
11 void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination);
12 @endsignalproto
13 @signaldesc
14 Emitted when a conversation drag and drop has finished.
15 @param source The conversation that has been moved.
16 @param destination Where the conversation is now.
17 @endsignaldef
18 */