aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/enum-types.h.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-04 09:01:20 -0600
committerTed Gould <ted@gould.cx>2011-03-04 09:01:20 -0600
commitf753b6b03be3585bb9f96b276afffa0164a9a9e3 (patch)
tree3231e3feea02c708b466fd3e8aa55dc927ddfb1b /libdbusmenu-glib/enum-types.h.in
parent5debce23eeb45e440a2e3be9f67c6eb2e2a78e31 (diff)
downloadlibdbusmenu-f753b6b03be3585bb9f96b276afffa0164a9a9e3.tar.gz
libdbusmenu-f753b6b03be3585bb9f96b276afffa0164a9a9e3.tar.bz2
libdbusmenu-f753b6b03be3585bb9f96b276afffa0164a9a9e3.zip
Use the 'basename' parameter
Diffstat (limited to 'libdbusmenu-glib/enum-types.h.in')
-rw-r--r--libdbusmenu-glib/enum-types.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/libdbusmenu-glib/enum-types.h.in b/libdbusmenu-glib/enum-types.h.in
index 488b615..5758438 100644
--- a/libdbusmenu-glib/enum-types.h.in
+++ b/libdbusmenu-glib/enum-types.h.in
@@ -44,13 +44,16 @@ G_END_DECLS
/*** BEGIN file-production ***/
/* Enumerations from file: "@filename@" */
-#include "@filename@"
+#include "@basename@"
+
/*** END file-production ***/
/*** BEGIN value-header ***/
+
GType @enum_name@_get_type (void) G_GNUC_CONST;
const gchar * @enum_name@_get_nick (@EnumName@ value) G_GNUC_CONST;
@EnumName@ @enum_name@_get_value_from_nick (const gchar * nick) G_GNUC_CONST;
+
/**
DBUSMENU_TYPE_@ENUMSHORT@: