summaryrefslogtreecommitdiff
path: root/spec/Properties_Interface.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-09-10 13:48:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-09-10 13:48:37 +0100
commitafa0599419bfd12b2663339673d469da37052623 (patch)
tree37268def78b26576ba47bd23b4d0b4e673c24fce /spec/Properties_Interface.xml
parent9c6a27f7b1796abfd0e30ec0e38a7bdbf3aa3863 (diff)
downloadtelepathy-glib-afa0599419bfd12b2663339673d469da37052623.tar.gz
Update to spec 0.17.10
Diffstat (limited to 'spec/Properties_Interface.xml')
-rw-r--r--spec/Properties_Interface.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/spec/Properties_Interface.xml b/spec/Properties_Interface.xml
index fa78f20a0..2773d753f 100644
--- a/spec/Properties_Interface.xml
+++ b/spec/Properties_Interface.xml
@@ -25,8 +25,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
flags) representing a property, as returned by ListProperties on the
Properties interface.</tp:docstring>
<tp:member type="u" name="Property_ID"/>
- <tp:member type="s" name="name"/>
- <tp:member type="s" tp:type="DBus_Signature" name="signature"/>
+ <tp:member type="s" name="Name"/>
+ <tp:member type="s" tp:type="DBus_Signature" name="Signature"/>
<tp:member type="u" tp:type="Property_Flags" name="Flags"/>
</tp:struct>
@@ -54,12 +54,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:member type="v" name="Value"/>
</tp:struct>
- <method name="GetProperties">
+ <method name="GetProperties" tp:name-for-bindings="Get_Properties">
<tp:docstring>
Returns an array of (identifier, value) pairs containing the current
values of the given properties.
</tp:docstring>
- <arg direction="in" name="properties" type="au" tp:type="Property_ID[]">
+ <arg direction="in" name="Properties" type="au" tp:type="Property_ID[]">
<tp:docstring>An array of property identifiers</tp:docstring>
</arg>
<arg direction="out" type="a(uv)" tp:type="Property_Value[]">
@@ -86,7 +86,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:error>
</tp:possible-errors>
</method>
- <method name="ListProperties">
+ <method name="ListProperties" tp:name-for-bindings="List_Properties">
<tp:docstring>
Returns a dictionary of the properties available on this channel.
</tp:docstring>
@@ -104,11 +104,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</arg>
</method>
- <signal name="PropertiesChanged">
+ <signal name="PropertiesChanged" tp:name-for-bindings="Properties_Changed">
<tp:docstring>
Emitted when the value of readable properties has changed.
</tp:docstring>
- <arg name="properties" type="a(uv)" tp:type="Property_Value[]">
+ <arg name="Properties" type="a(uv)" tp:type="Property_Value[]">
<!-- XXX: if we're ever breaking API compatibility, make this a{uv} -->
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An array of structs containing:</p>
@@ -121,11 +121,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</arg>
</signal>
- <signal name="PropertyFlagsChanged">
+ <signal name="PropertyFlagsChanged"
+ tp:name-for-bindings="Property_Flags_Changed">
<tp:docstring>
Emitted when the flags of some room properties have changed.
</tp:docstring>
- <arg name="properties" type="a(uu)" tp:type="Property_Flags_Change[]">
+ <arg name="Properties" type="a(uu)" tp:type="Property_Flags_Change[]">
<!-- XXX: if we're ever breaking API compatibility, make this a{uu} -->
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An array of structs containing:</p>
@@ -138,7 +139,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</arg>
</signal>
- <method name="SetProperties">
+ <method name="SetProperties" tp:name-for-bindings="Set_Properties">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Takes an array of (identifier, value) pairs containing desired
values to set the given properties. In the case of any errors, no
@@ -151,7 +152,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
are invalid, InvalidArgument will be returned.</p>
</tp:docstring>
- <arg direction="in" name="properties" type="a(uv)"
+ <arg direction="in" name="Properties" type="a(uv)"
tp:type="Property_Value[]">
<!-- XXX: if we're ever breaking API compatibility, make this a{uv} -->
<tp:docstring>