diff src/gtkaccount.h @ 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 fa6395637e2c
children db62420a53a2
line wrap: on
line diff
--- a/src/gtkaccount.h	Wed Jul 28 00:29:52 2004 +0000
+++ b/src/gtkaccount.h	Wed Jul 28 00:49:22 2004 +0000
@@ -61,5 +61,21 @@
  */
 GaimAccountUiOps *gaim_gtk_accounts_get_ui_ops(void);
 
+/**
+ * Returns the gtkaccounts handle
+ *
+ * @return The handle to the GTK+ account system
+ */
+void *gaim_gtk_account_get_handle(void);
+
+/**
+ * Initializes the GTK+ account system
+ */
+void gaim_gtk_account_init(void);
+
+/**
+ * Uninitializes the GTK+ account system
+ */
+void gaim_gtk_account_uninit(void);
+
 #endif /* _GAIM_GTK_ACCOUNT_H_ */
-