aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator-enum-types.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-01 10:58:57 -0500
committerTed Gould <ted@gould.cx>2010-06-01 10:58:57 -0500
commite0ddc2dbf98ad7411b9a29b34bfd99f94f1ce74e (patch)
tree7d385aef35dea7ba3fab4798b9c008eede3732f2 /src/app-indicator-enum-types.h.in
parentf7fd52b7477bfbef0762e8e608f3a9b095133fd1 (diff)
parent01fafa492912486a291d70d2289ba4d77355be92 (diff)
downloadayatana-indicator-application-e0ddc2dbf98ad7411b9a29b34bfd99f94f1ce74e.tar.gz
ayatana-indicator-application-e0ddc2dbf98ad7411b9a29b34bfd99f94f1ce74e.tar.bz2
ayatana-indicator-application-e0ddc2dbf98ad7411b9a29b34bfd99f94f1ce74e.zip
Fixes to docuementation and making the enums build correctly with gtk-mkenum
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())