Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
svn path=/trunk/; revision=19238
This commit is contained in:
@ -23,9 +23,7 @@
|
||||
#include <gtk/gtkaccessible.h>
|
||||
#include <gail/gailcontainer.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GAIL_TYPE_BOX (gail_box_get_type ())
|
||||
#define GAIL_BOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAIL_TYPE_BOX, GailBox))
|
||||
@ -49,9 +47,6 @@ struct _GailBoxClass
|
||||
GailContainerClass parent_class;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GAIL_BOX_H__ */
|
||||
|
||||
Reference in New Issue
Block a user