diff doc/gtkaccount-signals.dox @ 9609:93211b7538d6

[gaim-migrate @ 10452] " To write this cleanly I had to add a handle, init, and uninit functions to gtkaccount.c Also, made doc/gtkaccount-signals.dox as well as update plugins/ChangeLog.API Added plugins/gtk-signals-test.c since we're starting to get some more ui signals, and it's a great place to test new signals." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 28 Jul 2004 00:49:22 +0000
parents
children 5bc3d67ceb24
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/gtkaccount-signals.dox	Wed Jul 28 00:49:22 2004 +0000
@@ -0,0 +1,17 @@
+/** @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
+*/