aboutsummaryrefslogtreecommitdiff
path: root/src/libcustomindicator/custom-indicator-enum-types.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-17 22:25:55 -0500
committerTed Gould <ted@canonical.com>2009-10-17 22:25:55 -0500
commit49bddff4fb8b4a469fa0896ae69213db2abf8782 (patch)
treeed2f10a343ecb9962b6aa677ee62349fe0c43839 /src/libcustomindicator/custom-indicator-enum-types.h.in
parent7b45f659ffad3db1d40b06dfba3e33fc42fc9eb3 (diff)
parent72815e195b42b8c4ed94f09af4b86a0d94393e5e (diff)
downloadayatana-indicator-application-49bddff4fb8b4a469fa0896ae69213db2abf8782.tar.gz
ayatana-indicator-application-49bddff4fb8b4a469fa0896ae69213db2abf8782.tar.bz2
ayatana-indicator-application-49bddff4fb8b4a469fa0896ae69213db2abf8782.zip
Switching the name to be more consistent.
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 4f636d4..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 CLUTTER_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 ***/