Mercurial > pidgin
diff src/notify.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 | 41120df7ed94 |
children | fa6395637e2c |
line wrap: on
line diff
--- a/src/notify.h Mon Sep 29 22:56:15 2003 +0000 +++ b/src/notify.h Mon Sep 29 23:39:02 2003 +0000 @@ -230,7 +230,7 @@ * * @param ops The UI operations structure. */ -void gaim_set_notify_ui_ops(GaimNotifyUiOps *ops); +void gaim_notify_set_ui_ops(GaimNotifyUiOps *ops); /** * Returns the UI operations structure to be used when displaying a @@ -238,7 +238,7 @@ * * @return The UI operations structure. */ -GaimNotifyUiOps *gaim_get_notify_ui_ops(void); +GaimNotifyUiOps *gaim_notify_get_ui_ops(void); /*@}*/