comparison libpurple/roomlist.h @ 32433:98520ee78f12

Use G_BEGIN/END_DECLS in public libpurple files. This was previously inconsistent. Sometimes there was even both the GLib macros and an extern "C" line.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 03 Jan 2012 23:32:59 +0000
parents 02a2e8183b1d
children
comparison
equal deleted inserted replaced
32432:79fdae8fa875 32433:98520ee78f12
79 void (*_purple_reserved3)(void); 79 void (*_purple_reserved3)(void);
80 void (*_purple_reserved4)(void); 80 void (*_purple_reserved4)(void);
81 }; 81 };
82 82
83 83
84 #ifdef __cplusplus 84 G_BEGIN_DECLS
85 extern "C" {
86 #endif
87 85
88 /**************************************************************************/ 86 /**************************************************************************/
89 /** @name Room List API */ 87 /** @name Room List API */
90 /**************************************************************************/ 88 /**************************************************************************/
91 /*@{*/ 89 /*@{*/
410 */ 408 */
411 PurpleRoomlistUiOps *purple_roomlist_get_ui_ops(void); 409 PurpleRoomlistUiOps *purple_roomlist_get_ui_ops(void);
412 410
413 /*@}*/ 411 /*@}*/
414 412
415 #ifdef __cplusplus 413 G_END_DECLS
416 }
417 #endif
418 414
419 #endif /* _PURPLE_ROOMLIST_H_ */ 415 #endif /* _PURPLE_ROOMLIST_H_ */