]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkimmodule.h
Estonian translation update by Ivar Smolin.
[~andy/gtk] / gtk / gtkimmodule.h
index a3ecf1b08f0435c4646f901d52a50d2d09ec0af4..d58ef15678b5ff04a3c31b65ca59183d199a79b1 100644 (file)
 #ifndef __GTK_IM_MODULE_H__
 #define __GTK_IM_MODULE_H__
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
 
 #include <gtk/gtkimcontext.h>
 
+G_BEGIN_DECLS
+
 typedef struct _GtkIMContextInfo GtkIMContextInfo;
 
 struct _GtkIMContextInfo 
@@ -55,8 +54,8 @@ void          im_module_exit   (void);
 GtkIMContext *im_module_create (const gchar             *context_id);
 */
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+
+G_END_DECLS
+
 
 #endif /* __GTK_IM_MODULE_H__ */