annotate doc/gtkconv-signals.dox @ 9529:803e642650e1
[gaim-migrate @ 10356]
" This patch adds support for a plugin preference
representing informative text, such as a short
statement regarding an option or elaborating on the
available choices." --Christopher (siege) O'Brien
(14:55:43) rw_grim: oh yeah, i checked out siege's patch for plugin prefs..
looks good to me.. i didn't actually test it.. but it's nothing major..
committer: Tailor Script <tailor@pidgin.im>
author |
Luke Schierer <lschiere@pidgin.im> |
date |
Wed, 14 Jul 2004 19:13:42 +0000 |
parents |
6bf49a1ec075 |
children |
1ec93dd2f359 |
rev |
line source |
9001
|
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 */
|