Mercurial > pidgin
view doc/gtkaccount-signals.dox @ 29523:962bc012a504
This cast is incorrect. It should be (time_t *). But it's actually not needed.
This has been in our code since:
22ea67df.. by warmenhoven 2001-07-31
Crazy, huh? Fixes #11484.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 04 Mar 2010 07:37:08 +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