Mercurial > pidgin
view doc/gtkconv-signals.dox @ 9819:34b468bdc1c5
[gaim-migrate @ 10690]
Remove html_logger_create and txt_logger create
I didn't remove the create function from the struct thingy because
it seems plausible that a logging plugin would want to have a
create function, and because it would break any external logging
plugins
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 22 Aug 2004 17:10:52 +0000 |
parents | 6bf49a1ec075 |
children | 1ec93dd2f359 |
line wrap: on
line source
/** @page gtkconv-signals GtkConv Signals @signals @signal conversation-drag-ended @endsignals <hr> @signaldef conversation-drag-ended @signalproto void (*conversation-drag-ended)(GaimConvWindow *source, GaimConvWindow *destination); @endsignalproto @signaldesc Emitted when a conversation drag and drop has finished. @param source The conversation that has been moved. @param destination Where the conversation is now. @endsignaldef */