[Telepathy-commits] [telepathy-spec/master] Add tp:name-for-bindings to `make check`'s pseudo-spec.
Will Thompson
will.thompson at collabora.co.uk
Thu Oct 9 05:42:13 PDT 2008
---
test/input/_Test.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/test/input/_Test.xml b/test/input/_Test.xml
index c20c8f8..8c21add 100644
--- a/test/input/_Test.xml
+++ b/test/input/_Test.xml
@@ -19,7 +19,7 @@ USA.</p>
</tp:license>
<interface name="org.freedesktop.Telepathy.SpecAutoGenTest">
- <method name="DoStuff">
+ <method name="DoStuff" tp:name-for-bindings="Do_Stuff">
<arg direction="in" name="badger" type="b">
<tp:docstring>A badger, which MAY be breezy.</tp:docstring>
</arg>
@@ -43,7 +43,7 @@ USA.</p>
</tp:docstring>
</method>
- <signal name="StuffHappened">
+ <signal name="StuffHappened" tp:name-for-bindings="Stuff_Happened">
<arg name="stoat" type="ay">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<em>Mustela erminea</em>
@@ -70,7 +70,8 @@ USA.</p>
</tp:docstring>
</tp:property>
- <property name="Introspective" type="b" access="read">
+ <property name="Introspective" tp:name-for-bindings="Introspective"
+ type="b" access="read">
<tp:docstring>
True if the badger is introspective.
--
1.5.6.5
More information about the Telepathy-commits
mailing list