comparison src/notify.h @ 5944:158196b2db19

[gaim-migrate @ 6385] Added #ifdef __cplusplus lines so that things will link right with C++. Also added some doxygen comment blocks that didn't previously exist. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 23 Jun 2003 06:40:13 +0000
parents a3e6a5ef49b5
children ee0044f3e377
comparison
equal deleted inserted replaced
5943:a4f2aba0848d 5944:158196b2db19
67 67
68 void (*close_notify)(GaimNotifyType type, void *ui_handle); 68 void (*close_notify)(GaimNotifyType type, void *ui_handle);
69 69
70 } GaimNotifyUiOps; 70 } GaimNotifyUiOps;
71 71
72
73 #ifdef __cplusplus
74 extern "C" {
75 #endif
76
72 /**************************************************************************/ 77 /**************************************************************************/
73 /** @name Notification API */ 78 /** @name Notification API */
74 /**************************************************************************/ 79 /**************************************************************************/
75 /*@{*/ 80 /*@{*/
76 81
193 * notification. 198 * notification.
194 * 199 *
195 * @param ops The UI operations structure. 200 * @param ops The UI operations structure.
196 */ 201 */
197 GaimNotifyUiOps *gaim_get_notify_ui_ops(void); 202 GaimNotifyUiOps *gaim_get_notify_ui_ops(void);
203
198 /*@}*/ 204 /*@}*/
199 205
206 #ifdef __cplusplus
207 }
208 #endif
209
200 #endif /* _GAIM_NOTIFY_H_ */ 210 #endif /* _GAIM_NOTIFY_H_ */