aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object-enum-types.h.template
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-09 11:57:53 -0500
committerTed Gould <ted@gould.cx>2010-04-09 11:57:53 -0500
commit97035da02b08dc57b5a65b849e3e66284df53834 (patch)
tree44f7d6821a90928295aafa54509ff2c4562a8db4 /libindicator/indicator-object-enum-types.h.template
parent999f1483f967db63d71ff2a9453b5866eec339bf (diff)
parentee0f45f6eee073fc3f3329aef08888cff0e6c8c3 (diff)
downloadlibayatana-indicator-97035da02b08dc57b5a65b849e3e66284df53834.tar.gz
libayatana-indicator-97035da02b08dc57b5a65b849e3e66284df53834.tar.bz2
libayatana-indicator-97035da02b08dc57b5a65b849e3e66284df53834.zip
Import upstream version 0.3.7
Diffstat (limited to 'libindicator/indicator-object-enum-types.h.template')
-rw-r--r--libindicator/indicator-object-enum-types.h.template27
1 files changed, 0 insertions, 27 deletions
diff --git a/libindicator/indicator-object-enum-types.h.template b/libindicator/indicator-object-enum-types.h.template
deleted file mode 100644
index 07175a0..0000000
--- a/libindicator/indicator-object-enum-types.h.template
+++ /dev/null
@@ -1,27 +0,0 @@
-/*** BEGIN file-header ***/
-
-#ifndef __INDICATOR_OBJECT_ENUM_TYPES_H__
-#define __INDICATOR_OBJECT_ENUM_TYPES_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-/*** END file-header ***/
-
-/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
-/*** END file-production ***/
-
-/*** BEGIN file-tail ***/
-G_END_DECLS
-
-#endif /* !__INDICATOR_OBJECT_ENUM_TYPES_H__ */
-/*** END file-tail ***/
-
-/*** BEGIN value-header ***/
-
-GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define INDICATOR_OBJECT_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
-
-/*** END value-header ***/