Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
7034:f7ff0dfa6b9f | 7035:feb3d21a7794 |
---|---|
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 } |