libpurple/accounts.h

branch
soc.2013.gobjectification.plugins
changeset 37088
4d5ad6b1878e
parent 37075
cf3f735b09b7
parent 35486
fe9a7f6143c1
child 37094
84873ce721dc
equal deleted inserted replaced
37087:197d965cec97 37088:4d5ad6b1878e
99 G_BEGIN_DECLS 99 G_BEGIN_DECLS
100 100
101 /**************************************************************************/ 101 /**************************************************************************/
102 /* Accounts API */ 102 /* Accounts API */
103 /**************************************************************************/ 103 /**************************************************************************/
104 /*@{*/
105 104
106 /** 105 /**
107 * purple_accounts_add: 106 * purple_accounts_add:
108 * @account: The account. 107 * @account: The account.
109 * 108 *
182 * You probably shouldn't call this unless you really know 181 * You probably shouldn't call this unless you really know
183 * what you're doing. 182 * what you're doing.
184 */ 183 */
185 void purple_accounts_restore_current_statuses(void); 184 void purple_accounts_restore_current_statuses(void);
186 185
187 /*@}*/
188
189 186
190 /**************************************************************************/ 187 /**************************************************************************/
191 /* UI Registration Functions */ 188 /* UI Registration Functions */
192 /**************************************************************************/ 189 /**************************************************************************/
193 /*@{*/ 190
194 /** 191 /**
195 * purple_accounts_set_ui_ops: 192 * purple_accounts_set_ui_ops:
196 * @ops: The UI operations structure. 193 * @ops: The UI operations structure.
197 * 194 *
198 * Sets the UI operations structure to be used for accounts. 195 * Sets the UI operations structure to be used for accounts.
206 * 203 *
207 * Returns: The UI operations structure in use. 204 * Returns: The UI operations structure in use.
208 */ 205 */
209 PurpleAccountUiOps *purple_accounts_get_ui_ops(void); 206 PurpleAccountUiOps *purple_accounts_get_ui_ops(void);
210 207
211 /*@}*/
212
213 208
214 /**************************************************************************/ 209 /**************************************************************************/
215 /* Accounts Subsystem */ 210 /* Accounts Subsystem */
216 /**************************************************************************/ 211 /**************************************************************************/
217 /*@{*/
218 212
219 /** 213 /**
220 * purple_accounts_get_handle: 214 * purple_accounts_get_handle:
221 * 215 *
222 * Returns the accounts subsystem handle. 216 * Returns the accounts subsystem handle.
244 * 238 *
245 * Schedules saving of accounts 239 * Schedules saving of accounts
246 */ 240 */
247 void purple_accounts_schedule_save(void); 241 void purple_accounts_schedule_save(void);
248 242
249 /*@}*/
250
251 G_END_DECLS 243 G_END_DECLS
252 244
253 #endif /* _PURPLE_ACCOUNTS_H_ */ 245 #endif /* _PURPLE_ACCOUNTS_H_ */

mercurial