comparison pidgin/gtkconvwin.h @ 32436:34f778db624f

Add G_BEGIN/END_DECLS to Pidgin public headers, most of which did not have these checks.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 04 Jan 2012 00:00:42 +0000
parents 4f445c48581a
children dc44bb639e8e
comparison
equal deleted inserted replaced
32435:a6cc3de38233 32436:34f778db624f
104 GtkWidget *audio_video_call; 104 GtkWidget *audio_video_call;
105 }; 105 };
106 106
107 /*@}*/ 107 /*@}*/
108 108
109 G_BEGIN_DECLS
110
109 /************************************************************************** 111 /**************************************************************************
110 * @name GTK+ Conversation Window API 112 * @name GTK+ Conversation Window API
111 **************************************************************************/ 113 **************************************************************************/
112 /*@{*/ 114 /*@{*/
113 115
150 PidginConvPlacementFunc pidgin_conv_placement_get_current_func(void); 152 PidginConvPlacementFunc pidgin_conv_placement_get_current_func(void);
151 void pidgin_conv_placement_place(PidginConversation *gtkconv); 153 void pidgin_conv_placement_place(PidginConversation *gtkconv);
152 154
153 /*@}*/ 155 /*@}*/
154 156
157 G_END_DECLS
158
155 #endif /* _PIDGIN_CONVERSATION_WINDOW_H_ */ 159 #endif /* _PIDGIN_CONVERSATION_WINDOW_H_ */