aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator-enum-types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/app-indicator-enum-types.h.in')
-rw-r--r--src/app-indicator-enum-types.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/app-indicator-enum-types.h.in b/src/app-indicator-enum-types.h.in
index da3bf98..a055d71 100644
--- a/src/app-indicator-enum-types.h.in
+++ b/src/app-indicator-enum-types.h.in
@@ -48,13 +48,6 @@ G_END_DECLS
/*** END file-production ***/
/*** BEGIN value-header ***/
-/**
- @enum_name@_get_type:
-
- Builds a glib type for the @EnumName@ enumeration.
-
- Return value: A registered type for the enum
-*/
GType @enum_name@_get_type (void) G_GNUC_CONST;
#define APP_INDICATOR_TYPE_@ENUMSHORT@ (@enum_name@_get_type())