doc/gtkconv-signals.dox

changeset 12053
5aa634db0fc1
parent 9001
835c74e31c33
child 12291
2af68342099e
equal deleted inserted replaced
12052:b80f26bf5569 12053:5aa634db0fc1
1 /** @page gtkconv-signals GtkConv Signals 1 /** @page gtkconv-signals GtkConv Signals
2 2
3 @signals 3 @signals
4 @signal conversation-drag-ended 4 @signal conversation-dragging
5 @endsignals 5 @endsignals
6 6
7 <hr> 7 <hr>
8 8
9 @signaldef conversation-drag-ended 9 @signaldef conversation-dragging
10 @signalproto 10 @signalproto
11 void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination); 11 void (*conversation_dragging)(GaimGtkWindow *source, GaimGtkWindow *destination);
12 @endsignalproto 12 @endsignalproto
13 @signaldesc 13 @signaldesc
14 Emitted when a conversation drag and drop has finished. 14 Emitted when a conversation is being drag and dropped between windows.
15 @param source The conversation that has been moved. 15 @param source The window where the conversation is.
16 @param destination Where the conversation is now. 16 @param destination The window where the conversation will be moved to.
17 @endsignaldef 17 @endsignaldef
18 */ 18 */

mercurial