]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkaccessible.h
Make PLT-reduction work with gcc4, and don't include everything in
[~andy/gtk] / gtk / gtkaccessible.h
index 853e657b19423fd4a19395859473fb58d9d10329..ca8645be6a5528600300a066d26f8dd42da518c3 100644 (file)
@@ -23,9 +23,7 @@
 #include <atk/atk.h>
 #include <gtk/gtkwidget.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 #define GTK_TYPE_ACCESSIBLE                  (gtk_accessible_get_type ())
 #define GTK_ACCESSIBLE(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_ACCESSIBLE, GtkAccessible))
@@ -69,10 +67,7 @@ GType gtk_accessible_get_type (void) G_GNUC_CONST;
 
 void gtk_accessible_connect_widget_destroyed    (GtkAccessible     *accessible);
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __GTK_ACCESSIBLE_H__ */