| 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. |