summaryrefslogtreecommitdiff
path: root/common/xfconf-dbus.xml
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-05-13 03:17:16 +0000
committerBrian Tarricone <brian@tarricone.org>2008-05-13 03:17:16 +0000
commit33b5121ea5b8d3bdc80b8ccccc4efb577a3bd4d9 (patch)
treeaa12b74f6c581470527395cc6e8ff4e6756e3053 /common/xfconf-dbus.xml
parent70b4e0a845c6acc940dabb095791dac8ba54e832 (diff)
downloadxfconf-33b5121ea5b8d3bdc80b8ccccc4efb577a3bd4d9.tar.gz
add PropertyRemoved signal to dbus interface and hook it up everywhere
(Old svn revision: 26955)
Diffstat (limited to 'common/xfconf-dbus.xml')
-rw-r--r--common/xfconf-dbus.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/xfconf-dbus.xml b/common/xfconf-dbus.xml
index ed01a44..cca9877 100644
--- a/common/xfconf-dbus.xml
+++ b/common/xfconf-dbus.xml
@@ -102,6 +102,7 @@
@channel: A channel/application/namespace name.
@property: A property name.
+ @value: The new value.
Emitted when a property changes.
-->
@@ -110,6 +111,20 @@
<arg name="property" type="s"/>
<arg name="value" type="v"/>
</signal>
+
+ <!--
+ void org.xfce.Xfconf.PropertyRemoved(String channel,
+ String property)
+
+ @channel: A channel/application/namespace name.
+ @property: A property name.
+
+ Emitted when a property is removed.
+ -->
+ <signal name="PropertyRemoved">
+ <arg name="channel" type="s"/>
+ <arg name="property" type="s"/>
+ </signal>
</interface>
<interface name="org.xfce.Xfconf.GUI">