[Xfce4-commits] [xfce/xfce4-power-manager] 51/63: Removed remaining org.xfce.unique
noreply at xfce.org
noreply at xfce.org
Sun Mar 22 13:02:46 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 52e74ba9d1267649f72381a3cbace9a0f86684f6
Author: Peter de Ridder <peter at xfce.org>
Date: Mon Mar 16 20:18:19 2015 +0100
Removed remaining org.xfce.unique
---
libdbus/Makefile.am | 10 ++--------
libdbus/org.xfce.unique.xml | 10 ----------
2 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/libdbus/Makefile.am b/libdbus/Makefile.am
index 83911b3..986c9e3 100644
--- a/libdbus/Makefile.am
+++ b/libdbus/Makefile.am
@@ -7,8 +7,7 @@ libxfpmdbus_la_SOURCES = \
xfpm-dbus-monitor.c \
xfpm-dbus-monitor.h \
xfpm-dbus-marshal.c \
- xfpm-dbus-marshal.h \
- org.xfce.unique.h
+ xfpm-dbus-marshal.h
libxfpmdbus_la_CFLAGS = \
$(GLIB_CFLAGS) \
@@ -24,9 +23,7 @@ if MAINTAINER_MODE
BUILT_SOURCES = \
xfpm-dbus-marshal.c \
- xfpm-dbus-marshal.h \
- org.xfce.unique.c \
- org.xfce.unique.h
+ xfpm-dbus-marshal.h
xfpm-dbus-marshal.c: xfpm-dbus-marshal.list
echo "#include \"xfpm-dbus-marshal.h\"" > $@ && \
@@ -35,9 +32,6 @@ xfpm-dbus-marshal.c: xfpm-dbus-marshal.list
xfpm-dbus-marshal.h: xfpm-dbus-marshal.list
glib-genmarshal $< --prefix=_xfpm_dbus_marshal --header > $@
-org.xfce.unique.c org.xfce.unique.h: org.xfce.unique.xml
- gdbus-codegen --interface-prefix=org.xfce. --c-namespace=Xfpm --generate-c-code=org.xfce.unique $<
-
endif
EXTRA_DIST = \
diff --git a/libdbus/org.xfce.unique.xml b/libdbus/org.xfce.unique.xml
deleted file mode 100644
index 323e405..0000000
--- a/libdbus/org.xfce.unique.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<node name="/">
- <interface name="org.xfce.unique">
-
- <method name="Ping">
- </method>
-
- </interface>
-</node>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list