| 68 /** |
68 /** |
| 69 * Returns the gtkaccounts handle |
69 * Returns the gtkaccounts handle |
| 70 * |
70 * |
| 71 * @return The handle to the GTK+ account system |
71 * @return The handle to the GTK+ account system |
| 72 */ |
72 */ |
| 73 void *pidgin_account_get_handle(void); |
73 void *pidgin_accounts_get_handle(void); |
| 74 |
74 |
| 75 /** |
75 /** |
| 76 * Initializes the GTK+ account system |
76 * Initializes the GTK+ account system |
| 77 */ |
77 */ |
| 78 void pidgin_account_init(void); |
78 void pidgin_accounts_init(void); |
| 79 |
79 |
| 80 /** |
80 /** |
| 81 * Uninitializes the GTK+ account system |
81 * Uninitializes the GTK+ account system |
| 82 */ |
82 */ |
| 83 void pidgin_account_uninit(void); |
83 void pidgin_accounts_uninit(void); |
| 84 |
84 |
| 85 G_END_DECLS |
85 G_END_DECLS |
| 86 |
86 |
| 87 #endif /* _PIDGINACCOUNT_H_ */ |
87 #endif /* _PIDGINACCOUNT_H_ */ |