aboutsummaryrefslogtreecommitdiff
path: root/src/libappindicator/app-indicator-enum-types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libappindicator/app-indicator-enum-types.h.in')
-rw-r--r--src/libappindicator/app-indicator-enum-types.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libappindicator/app-indicator-enum-types.h.in b/src/libappindicator/app-indicator-enum-types.h.in
index e037be7..1f48b41 100644
--- a/src/libappindicator/app-indicator-enum-types.h.in
+++ b/src/libappindicator/app-indicator-enum-types.h.in
@@ -1,6 +1,6 @@
/*** BEGIN file-header ***/
-#ifndef __CUSTOM_INDICATOR_ENUM_TYPES_H__
-#define __CUSTOM_INDICATOR_ENUM_TYPES_H__
+#ifndef __APPLICATION_INDICATOR_ENUM_TYPES_H__
+#define __APPLICATION_INDICATOR_ENUM_TYPES_H__
#include <glib-object.h>
@@ -12,7 +12,7 @@ G_BEGIN_DECLS
G_END_DECLS
-#endif /* __CUSTOM_INDICATOR_ENUM_TYPES_H__ */
+#endif /* __APPLICATION_INDICATOR_ENUM_TYPES_H__ */
/*** END file-tail ***/
/*** BEGIN file-production ***/
@@ -28,6 +28,6 @@ G_END_DECLS
Return value: A registered type for the enum
*/
GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define CUSTOM_INDICATOR_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
+#define APPLICATION_INDICATOR_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
/*** END value-header ***/