summaryrefslogtreecommitdiff
path: root/test/core/test-service-glib.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/test-service-glib.xml')
-rw-r--r--test/core/test-service-glib.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/core/test-service-glib.xml b/test/core/test-service-glib.xml
index fca02af..be262d6 100644
--- a/test/core/test-service-glib.xml
+++ b/test/core/test-service-glib.xml
@@ -2,6 +2,10 @@
<node name="/org/freedesktop/DBus/GLib/Tests/MyTestObject">
<interface name="org.freedesktop.DBus.GLib.Tests.MyObject">
+ <property name="this_is_a_string" type="s" access="readwrite"/>
+ <property name="no-touching" type="u" access="read"/>
+ <property name="SuperStudly" type="d" access="readwrite"/>
+
<method name="DoNothing">
</method>
@@ -145,6 +149,9 @@
<method name="EmitFrobnicate">
</method>
+ <method name="UnsafeDisableLegacyPropertyAccess">
+ </method>
+
<!-- Export signals -->
<signal name="Frobnicate"/>