comparison libpurple/idle.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 98520ee78f12
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
39 void (*_purple_reserved2)(void); 39 void (*_purple_reserved2)(void);
40 void (*_purple_reserved3)(void); 40 void (*_purple_reserved3)(void);
41 void (*_purple_reserved4)(void); 41 void (*_purple_reserved4)(void);
42 } PurpleIdleUiOps; 42 } PurpleIdleUiOps;
43 43
44 #ifdef __cplusplus 44 G_BEGIN_DECLS
45 extern "C" {
46 #endif
47 45
48 /**************************************************************************/ 46 /**************************************************************************/
49 /** @name Idle API */ 47 /** @name Idle API */
50 /**************************************************************************/ 48 /**************************************************************************/
51 /*@{*/ 49 /*@{*/
95 */ 93 */
96 void purple_idle_uninit(void); 94 void purple_idle_uninit(void);
97 95
98 /*@}*/ 96 /*@}*/
99 97
100 #ifdef __cplusplus 98 G_END_DECLS
101 }
102 #endif
103 99
104 #endif /* _PURPLE_IDLE_H_ */ 100 #endif /* _PURPLE_IDLE_H_ */