Mercurial > pidgin.yaz
view doc/gtkaccount-signals.dox @ 30870:cbe5e9202925
My build was failing due to duplicate (but commented out?!) translations:
af.po:15701: duplicate message definition...
af.po:2027: ...this is the location of the first definition
af.po:15704: duplicate message definition...
af.po:2034: ...this is the location of the first definition
af.po:15707: duplicate message definition...
af.po:2038: ...this is the location of the first definition
so I deleted them.
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 24 Aug 2010 01:02:55 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page gtkaccount-signals GtkAccount Signals @signals @signal account-modified @endsignals @see gtkaccount.h <hr> @signaldef account-modified @signalproto void (*account-modified)(PurpleAccount *account); @endsignalproto @signaldesc Emitted when the settings for an account have been changed and saved. @param account The account that has been modified. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et