summaryrefslogtreecommitdiff
path: root/atspi/atspi-enum-types.h.template
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-05-29 17:27:02 -0500
committerMike Gorse <mgorse@novell.com>2011-05-29 17:27:02 -0500
commite5198adbcc277c6dc22ecf022b4b7504292b7ce0 (patch)
tree6725fe06d190607cdde997977ccb9a37e4a4b267 /atspi/atspi-enum-types.h.template
parent0c418b1248fa9fc6d7f32c17519a58bb4c4d75af (diff)
downloadat-spi2-core-e5198adbcc277c6dc22ecf022b4b7504292b7ce0.tar.gz
Revert "Clean up enums"
This reverts commit a12d7458110c57e183916255d701b1e0d7c070e1. Conflicts: atspi/atspi-constants.h Reverting these enum clean-ups for now, since they require pygobject 2.28.0 for pyatspi, at least one user is pulling git while using pygobject 2.26.0, upgrading pygobject is likely to be a complicated process that may break things, and these changes are only code clean-ups that will not really benefit users. Will reinstate in a separate branch and merge some time in the future.
Diffstat (limited to 'atspi/atspi-enum-types.h.template')
-rw-r--r--atspi/atspi-enum-types.h.template27
1 files changed, 0 insertions, 27 deletions
diff --git a/atspi/atspi-enum-types.h.template b/atspi/atspi-enum-types.h.template
deleted file mode 100644
index bd297b5c..00000000
--- a/atspi/atspi-enum-types.h.template
+++ /dev/null
@@ -1,27 +0,0 @@
-/*** BEGIN file-header ***/
-#ifndef __ATSPI_ENUM_TYPES_H__
-#define __ATSPI_ENUM_TYPES_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-/*** END file-header ***/
-
-/*** BEGIN file-production ***/
-/* Enumerations from "@filename@" */
-
-/*** END file-production ***/
-
-/*** BEGIN enumeration-production ***/
-#define ATSPI_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
-GType @enum_name@_get_type (void) G_GNUC_CONST;
-
-/*** END enumeration-production ***/
-
-/*** BEGIN file-tail ***/
-G_END_DECLS
-
-#endif /* __ATSPI_ENUM_TYPES_H__ */
-/*** END file-tail ***/
-