summaryrefslogtreecommitdiff
path: root/libdbus
diff options
context:
space:
mode:
authorPeter de Ridder <peter@xfce.org>2015-03-16 20:18:19 +0100
committerEric Koegel <eric.koegel@gmail.com>2015-03-22 14:58:15 +0300
commit52e74ba9d1267649f72381a3cbace9a0f86684f6 (patch)
tree5ff8a8696e4c927aaa6739963280deaa2f328f79 /libdbus
parentc7ac672ba07295cb962bc58c263e15fac08801c0 (diff)
downloadixfce4-power-manager-52e74ba9d1267649f72381a3cbace9a0f86684f6.tar.gz
Removed remaining org.xfce.unique
Diffstat (limited to 'libdbus')
-rw-r--r--libdbus/Makefile.am10
-rw-r--r--libdbus/org.xfce.unique.xml10
2 files changed, 2 insertions, 18 deletions
diff --git a/libdbus/Makefile.am b/libdbus/Makefile.am
index 83911b30..986c9e3d 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 323e4052..00000000
--- 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>