aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator-enum-types.h.in
diff options
context:
space:
mode:
authorSense Hofstede <qense@ubuntu.com>2010-05-23 12:44:53 +0200
committerSense Hofstede <qense@ubuntu.com>2010-05-23 12:44:53 +0200
commit01fafa492912486a291d70d2289ba4d77355be92 (patch)
tree9cdb2d6ca4fde8ae30cdef17c96cb3e2f23d3695 /src/app-indicator-enum-types.h.in
parente09b4591cf46334934a233511b18d7706802bd35 (diff)
downloadayatana-indicator-application-01fafa492912486a291d70d2289ba4d77355be92.tar.gz
ayatana-indicator-application-01fafa492912486a291d70d2289ba4d77355be92.tar.bz2
ayatana-indicator-application-01fafa492912486a291d70d2289ba4d77355be92.zip
Documentation and introspection fixes and such
* Several documentation and introspection fixes * Some small fixes to the mono bindings
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())