[Telepathy-commits] [telepathy-glib/master] Hats example: add tp:name-for-bindings

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Jan 19 07:24:14 PST 2009


---
 examples/extensions/Connection_Interface_Hats.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/extensions/Connection_Interface_Hats.xml b/examples/extensions/Connection_Interface_Hats.xml
index daa6e22..bc4f83d 100644
--- a/examples/extensions/Connection_Interface_Hats.xml
+++ b/examples/extensions/Connection_Interface_Hats.xml
@@ -60,7 +60,7 @@
       </tp:enumvalue>
     </tp:enum>
 
-    <signal name="HatsChanged">
+    <signal name="HatsChanged" tp:name-for-bindings="Hats_Changed">
       <tp:docstring>
         Emitted when the contact's hat has changed.
       </tp:docstring>
@@ -87,7 +87,7 @@
       </arg>
     </signal>
 
-    <method name="GetHats">
+    <method name="GetHats" tp:name-for-bindings="Get_Hats">
       <tp:docstring>
         Request a list of the hats worn by the given contacts.
       </tp:docstring>
@@ -111,7 +111,7 @@
       </tp:possible-errors>
     </method>
 
-    <method name="SetHat">
+    <method name="SetHat" tp:name-for-bindings="Set_Hat">
       <tp:docstring>
         Indicate that the hat currently being worn by the local user
         has changed.
-- 
1.5.6.5




More information about the Telepathy-commits mailing list