Mercurial > pidgin
view doc/gtkaccount-signals.dox @ 25592:bd18bb4915ba
*** Plucked rev 143e16e9 (sadrul@pidgin.im):
Save the world.
Patch from Arunan Bala to save the world. But instead of saving the
cheerleader, he's using g_timeout_add_seconds where possible in place of
g_timeout_add. Closes #8831.
*** Plucked rev 4a4ac072 (sadrul@pidgin.im):
Update the copyright name, as requested.
*** Plucked rev 91e51efe (sadrul@pidgin.im):
Update the finch manual some. Refs #8577.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 30 Apr 2009 14:02:33 +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