| 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 */ |