doc/gtkaccount-signals.dox

Tue, 28 Jun 2005 06:13:07 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Tue, 28 Jun 2005 06:13:07 +0000
changeset 11033
dc68e074f10d
parent 9609
509595c974af
child 12291
2af68342099e
permissions
-rw-r--r--

[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.)

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(GaimAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when the settings for an account have been changed and saved.
  @param account The account that has been modified.
 @endsignaldef
*/

mercurial