| 228 * Sets the UI operations structure to be used when displaying a |
228 * Sets the UI operations structure to be used when displaying a |
| 229 * notification. |
229 * notification. |
| 230 * |
230 * |
| 231 * @param ops The UI operations structure. |
231 * @param ops The UI operations structure. |
| 232 */ |
232 */ |
| 233 void gaim_set_notify_ui_ops(GaimNotifyUiOps *ops); |
233 void gaim_notify_set_ui_ops(GaimNotifyUiOps *ops); |
| 234 |
234 |
| 235 /** |
235 /** |
| 236 * Returns the UI operations structure to be used when displaying a |
236 * Returns the UI operations structure to be used when displaying a |
| 237 * notification. |
237 * notification. |
| 238 * |
238 * |
| 239 * @return The UI operations structure. |
239 * @return The UI operations structure. |
| 240 */ |
240 */ |
| 241 GaimNotifyUiOps *gaim_get_notify_ui_ops(void); |
241 GaimNotifyUiOps *gaim_notify_get_ui_ops(void); |
| 242 |
242 |
| 243 /*@}*/ |
243 /*@}*/ |
| 244 |
244 |
| 245 #ifdef __cplusplus |
245 #ifdef __cplusplus |
| 246 } |
246 } |