Tue, 28 Jun 2005 06:13:07 +0000
[gaim-migrate @ 12919]
Ok, this is debug window filtering. Sadrul was going to do this with a text entry, but I like this better, feel free to disagree with me. It's not the prettiest in a couple places, most notable gtkmain.c where a bunch of categories that don't currently have a home get registered. I added some plugin_(un)load functions to some plugins to place the (un)register functions. Though I didn't do that for the prpls. Comments and cleanups welcome. (Oh, I've been seeing some crashes on quit, but I haven't been able to get it to happen reliably so I'm not sure if it's my code or some transient HEAD oscar/other crash.)
| 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 | */ |