Ted Gould has proposed merging lp:~ted/dbusmenu/enums-the-rightdir into lp:dbusmenu.
Requested reviews: DBus Menu Team (dbusmenu-team) For more details, see: https://code.launchpad.net/~ted/dbusmenu/enums-the-rightdir/+merge/52204 Use the basename for the header information. -- https://code.launchpad.net/~ted/dbusmenu/enums-the-rightdir/+merge/52204 Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/enum-types.c.in' --- libdbusmenu-glib/enum-types.c.in 2011-02-18 18:48:23 +0000 +++ libdbusmenu-glib/enum-types.c.in 2011-03-04 15:07:56 +0000 @@ -31,7 +31,7 @@ /*** END file-header ***/ /*** BEGIN file-production ***/ -#include "@filename@" +#include "@basename@" /*** END file-production ***/ /*** BEGIN value-header ***/ === modified file 'libdbusmenu-glib/enum-types.h.in' --- libdbusmenu-glib/enum-types.h.in 2011-02-24 15:38:18 +0000 +++ libdbusmenu-glib/enum-types.h.in 2011-03-04 15:07:56 +0000 @@ -44,13 +44,16 @@ /*** 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@:
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

