Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
12052:d676eec43d13 | 12053:1ec93dd2f359 |
---|---|
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 */ |