diff -r 9b0f74b6b3d9 -r 884a5385bb2c doc/reference/pidgin/signals_gtkaccount.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/reference/pidgin/signals_gtkaccount.xml Fri Jan 31 17:31:59 2014 +0530 @@ -0,0 +1,41 @@ + + + +Account signals + + +List of signals + + "account-modified" + + + + +Signal details + + + The <literal>"account-modified"</literal> signal + +void user_function (PurpleAccount *account, + gpointer user_data) + + +Emitted when the settings for an account have been changed and saved. + + + + account : + The account that has been modified. + + + user_data : + user data set when the signal handler was connected. + + + + + + +