summaryrefslogtreecommitdiff
path: root/src/interfaces.itf
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces.itf')
-rw-r--r--src/interfaces.itf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/interfaces.itf b/src/interfaces.itf
new file mode 100644
index 0000000..e8a32ac
--- /dev/null
+++ b/src/interfaces.itf
@@ -0,0 +1,27 @@
+
+props org.freedesktop.DBus.Properties
+
+ -- methods
+
+ # Blah Blah useful stuff for POD documentation.
+ Set [noreply,deprecated]
+ in s interface_name
+ in s property_name
+ in v value
+
+ Get
+ in s interface_name
+ in s property_name
+ out v value
+
+ -- signals
+
+ PropertiesChanged
+ s interface_name
+ a{sv} changed_properties
+ as invalidated_properties
+
+ -- properties
+
+ s ShmDirectory read,deprecated
+