From 3986b62fba77af739399e737c4c8eb0354255bee Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 24 Jul 2012 17:28:49 +0200 Subject: gdbus: Rename common d-bus interface xml file --- common/Makefile.am | 6 +- common/dbus-interfaces.xml | 382 --------------------------------------------- common/org.gtk.vfs.xml | 382 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 385 insertions(+), 385 deletions(-) delete mode 100644 common/dbus-interfaces.xml create mode 100644 common/org.gtk.vfs.xml (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am index a98e883a..0c3e5a44 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -11,12 +11,12 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gvfs \ dbus_built_sources = gvfsdbus.c gvfsdbus.h BUILT_SOURCES = $(dbus_built_sources) -$(dbus_built_sources) : Makefile.am dbus-interfaces.xml +$(dbus_built_sources) : Makefile.am org.gtk.vfs.xml $(AM_V_GEN) gdbus-codegen \ --interface-prefix org.gtk.vfs. \ --c-namespace GVfsDBus \ --generate-c-code gvfsdbus \ - $(srcdir)/dbus-interfaces.xml \ + $(srcdir)/org.gtk.vfs.xml \ $(NULL) libgvfscommon_la_SOURCES = \ @@ -59,6 +59,6 @@ libgvfscommon_dnssd_la_LIBADD = \ endif -EXTRA_DIST = dbus-interfaces.xml +EXTRA_DIST = org.gtk.vfs.xml CLEANFILES = $(dbus_built_sources) diff --git a/common/dbus-interfaces.xml b/common/dbus-interfaces.xml deleted file mode 100644 index 3931c128..00000000 --- a/common/dbus-interfaces.xml +++ /dev/null @@ -1,382 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/org.gtk.vfs.xml b/common/org.gtk.vfs.xml new file mode 100644 index 00000000..3931c128 --- /dev/null +++ b/common/org.gtk.vfs.xml @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1