summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 15:24:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 15:24:30 +0000
commitbbec146908857b28e8cd9f0bb389b3555f7de8fa (patch)
treee90474f00110363240fe73adba9d6ea3cee16586 /telepathy-glib/dbus-daemon.xml
parentc07c38178c2fc58e47e46b62944ef29be1a8534e (diff)
downloadtelepathy-glib-bbec146908857b28e8cd9f0bb389b3555f7de8fa.tar.gz
D-Bus core interfaces: add tp:name-for-bindings
Diffstat (limited to 'telepathy-glib/dbus-daemon.xml')
-rw-r--r--telepathy-glib/dbus-daemon.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/telepathy-glib/dbus-daemon.xml b/telepathy-glib/dbus-daemon.xml
index fe8a47128..c6fd4b658 100644
--- a/telepathy-glib/dbus-daemon.xml
+++ b/telepathy-glib/dbus-daemon.xml
@@ -5,73 +5,73 @@
<node name="/DBus_Daemon">
<interface name="org.freedesktop.DBus">
- <method name="Hello">
+ <method name="Hello" tp:name-for-bindings="Hello">
<arg direction="out" type="s"/>
</method>
- <method name="RequestName">
+ <method name="RequestName" tp:name-for-bindings="Request_Name">
<arg direction="in" type="s"/>
<arg direction="in" type="u"/>
<arg direction="out" type="u"/>
</method>
- <method name="ReleaseName">
+ <method name="ReleaseName" tp:name-for-bindings="Release_Name">
<arg direction="in" type="s"/>
<arg direction="out" type="u"/>
</method>
- <method name="StartServiceByName">
+ <method name="StartServiceByName" tp:name-for-bindings="Start_Service_By_Name">
<arg direction="in" type="s"/>
<arg direction="in" type="u"/>
<arg direction="out" type="u"/>
</method>
- <method name="NameHasOwner">
+ <method name="NameHasOwner" tp:name-for-bindings="Name_Has_Owner">
<arg direction="in" type="s"/>
<arg direction="out" type="b"/>
</method>
- <method name="ListNames">
+ <method name="ListNames" tp:name-for-bindings="List_Names">
<arg direction="out" type="as"/>
</method>
- <method name="ListActivatableNames">
+ <method name="ListActivatableNames" tp:name-for-bindings="List_Activatable_Names">
<arg direction="out" type="as"/>
</method>
- <method name="AddMatch">
+ <method name="AddMatch" tp:name-for-bindings="Add_Match">
<arg direction="in" type="s"/>
</method>
- <method name="RemoveMatch">
+ <method name="RemoveMatch" tp:name-for-bindings="Remove_Match">
<arg direction="in" type="s"/>
</method>
- <method name="GetNameOwner">
+ <method name="GetNameOwner" tp:name-for-bindings="Get_Name_Owner">
<arg direction="in" type="s"/>
<arg direction="out" type="s"/>
</method>
- <method name="ListQueuedOwners">
+ <method name="ListQueuedOwners" tp:name-for-bindings="List_Queued_Owners">
<arg direction="in" type="s"/>
<arg direction="out" type="as"/>
</method>
- <method name="GetConnectionUnixUser">
+ <method name="GetConnectionUnixUser" tp:name-for-bindings="Get_Connection_Unix_User">
<arg direction="in" type="s"/>
<arg direction="out" type="u"/>
</method>
- <method name="GetConnectionUnixProcessID">
+ <method name="GetConnectionUnixProcessID" tp:name-for-bindings="Get_Connection_Unix_Process_ID">
<arg direction="in" type="s"/>
<arg direction="out" type="u"/>
</method>
- <method name="GetConnectionSELinuxSecurityContext">
+ <method name="GetConnectionSELinuxSecurityContext" tp:name-for-bindings="Get_Connection_SE_Linux_Security_Context">
<arg direction="in" type="s"/>
<arg direction="out" type="ay"/>
</method>
- <method name="ReloadConfig">
+ <method name="ReloadConfig" tp:name-for-bindings="Reload_Config">
</method>
- <method name="GetId">
+ <method name="GetId" tp:name-for-bindings="Get_Id">
<arg direction="out" type="s"/>
</method>
- <signal name="NameOwnerChanged">
+ <signal name="NameOwnerChanged" tp:name-for-bindings="Name_Owner_Changed">
<arg type="s"/>
<arg type="s"/>
<arg type="s"/>
</signal>
- <signal name="NameLost">
+ <signal name="NameLost" tp:name-for-bindings="Name_Lost">
<arg type="s"/>
</signal>
- <signal name="NameAcquired">
+ <signal name="NameAcquired" tp:name-for-bindings="Name_Acquired">
<arg type="s"/>
</signal>
</interface>