diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-12-25 10:01:14 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-12-25 10:01:14 +0000 |
commit | 8b9693f815d7b5d93b524c3cd56dde816fce69ce (patch) | |
tree | bad1ebc359d326806f01a81c4d367c8081336e03 /modules/other/gail/gailobject.h | |
parent | 535e29c38029a6e7585ac2af7bffd49d7eef308d (diff) | |
download | gtk+-8b9693f815d7b5d93b524c3cd56dde816fce69ce.tar.gz |
Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
svn path=/trunk/; revision=19238
Diffstat (limited to 'modules/other/gail/gailobject.h')
-rw-r--r-- | modules/other/gail/gailobject.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/other/gail/gailobject.h b/modules/other/gail/gailobject.h index fc981a9c08..4aff2eeed0 100644 --- a/modules/other/gail/gailobject.h +++ b/modules/other/gail/gailobject.h @@ -22,9 +22,7 @@ #include <atk/atk.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS #define GAIL_TYPE_OBJECT (gail_object_get_type ()) #define GAIL_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAIL_TYPE_OBJECT, GailObject) @@ -48,9 +46,6 @@ struct _GailObjectClass AtkGObjectAccessibleClass parent_class; }; -#ifdef __cplusplus -} -#endif /* __cplusplus */ - +G_END_DECLS #endif /* __GAIL_OBJECT_H__ */ |