diff options
Diffstat (limited to 'src/dbus-path.c')
-rw-r--r-- | src/dbus-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-path.c b/src/dbus-path.c index c8c302ab37..9692d6a247 100644 --- a/src/dbus-path.c +++ b/src/dbus-path.c @@ -41,7 +41,7 @@ BUS_INTROSPECTABLE_INTERFACE \ "</node>\n" -const char bus_path_interface[] = BUS_PATH_INTERFACE; +const char bus_path_interface[] _introspect_("Path") = BUS_PATH_INTERFACE; static int bus_path_append_paths(Manager *m, DBusMessageIter *i, const char *property, void *data) { Path *p = data; |