comparison src/gtknotify.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents fb64cc87bc96
children fa6395637e2c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
28 /** 28 /**
29 * Returns the UI operations structure for GTK+ notification functions. 29 * Returns the UI operations structure for GTK+ notification functions.
30 * 30 *
31 * @return The GTK+ UI notify operations structure. 31 * @return The GTK+ UI notify operations structure.
32 */ 32 */
33 GaimNotifyUiOps *gaim_get_gtk_notify_ui_ops(void); 33 GaimNotifyUiOps *gaim_gtk_notify_get_ui_ops(void);
34 34
35 #endif /* _GAIM_GTK_NOTIFY_H_ */ 35 #endif /* _GAIM_GTK_NOTIFY_H_ */