summaryrefslogtreecommitdiff
path: root/examples/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 15:24:14 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 15:24:14 +0000
commitc07c38178c2fc58e47e46b62944ef29be1a8534e (patch)
tree475a42bd70436d8259de895a4fa49545a87ff5a9 /examples/extensions
parentf144994a2ca19d75efc0f77bce194da28db76c7f (diff)
downloadtelepathy-glib-c07c38178c2fc58e47e46b62944ef29be1a8534e.tar.gz
Hats example: add tp:name-for-bindings
Diffstat (limited to 'examples/extensions')
-rw-r--r--examples/extensions/Connection_Interface_Hats.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/extensions/Connection_Interface_Hats.xml b/examples/extensions/Connection_Interface_Hats.xml
index daa6e2213..bc4f83de8 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.