comparison src/notify.h @ 6467:aabb0b331ac8

[gaim-migrate @ 6976] Doc fix. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 14 Aug 2003 04:52:49 +0000
parents fb64cc87bc96
children 41120df7ed94
comparison
equal deleted inserted replaced
6466:11c8ecdd28f4 6467:aabb0b331ac8
233 233
234 /** 234 /**
235 * Returns the UI operations structure to be used when displaying a 235 * Returns the UI operations structure to be used when displaying a
236 * notification. 236 * notification.
237 * 237 *
238 * @param ops The UI operations structure. 238 * @return The UI operations structure.
239 */ 239 */
240 GaimNotifyUiOps *gaim_get_notify_ui_ops(void); 240 GaimNotifyUiOps *gaim_get_notify_ui_ops(void);
241 241
242 /*@}*/ 242 /*@}*/
243 243