aboutsummaryrefslogtreecommitdiff
path: root/src/libcustomindicator/custom-indicator-enum-types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcustomindicator/custom-indicator-enum-types.h.in')
-rw-r--r--src/libcustomindicator/custom-indicator-enum-types.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcustomindicator/custom-indicator-enum-types.h.in b/src/libcustomindicator/custom-indicator-enum-types.h.in
index 4a6c9bd..e037be7 100644
--- a/src/libcustomindicator/custom-indicator-enum-types.h.in
+++ b/src/libcustomindicator/custom-indicator-enum-types.h.in
@@ -21,13 +21,13 @@ G_END_DECLS
/*** BEGIN value-header ***/
/**
- @EnumName@_get_type:
+ @enum_name@_get_type:
Builds a glib type for the @EnumName@ enumeration.
Return value: A registered type for the enum
*/
-GType @EnumName@_get_type (void) G_GNUC_CONST;
-#define CUSTOM_INDICATOR_TYPE_@ENUMSHORT@ (@EnumName@_get_type())
+GType @enum_name@_get_type (void) G_GNUC_CONST;
+#define CUSTOM_INDICATOR_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
/*** END value-header ***/