[Telepathy-commits] [telepathy-glib/master] D-Bus core interfaces: add tp:name-for-bindings

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


---
 telepathy-glib/dbus-daemon.xml         |   38 ++++++++++++++++----------------
 telepathy-glib/dbus-introspectable.xml |    2 +-
 telepathy-glib/dbus-peer.xml           |    4 +-
 telepathy-glib/dbus-properties.xml     |    6 ++--
 4 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/telepathy-glib/dbus-daemon.xml b/telepathy-glib/dbus-daemon.xml
index fe8a471..c6fd4b6 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>
diff --git a/telepathy-glib/dbus-introspectable.xml b/telepathy-glib/dbus-introspectable.xml
index 7f46195..3e8aa42 100644
--- a/telepathy-glib/dbus-introspectable.xml
+++ b/telepathy-glib/dbus-introspectable.xml
@@ -6,7 +6,7 @@
   <node name="/DBus_Introspectable">
     <interface name="org.freedesktop.DBus.Introspectable">
 
-      <method name="Introspect">
+      <method name="Introspect" tp:name-for-bindings="Introspect">
         <arg direction="out" type="s" name="XML_Data"/>
       </method>
 
diff --git a/telepathy-glib/dbus-peer.xml b/telepathy-glib/dbus-peer.xml
index fc5ec41..53512d3 100644
--- a/telepathy-glib/dbus-peer.xml
+++ b/telepathy-glib/dbus-peer.xml
@@ -6,10 +6,10 @@
   <node name="/DBus_Peer">
     <interface name="org.freedesktop.DBus.Peer" tp:implement-service="no">
 
-      <method name="Ping">
+      <method name="Ping" tp:name-for-bindings="Ping">
       </method>
 
-      <method name="GetMachineId">
+      <method name="GetMachineId" tp:name-for-bindings="Get_Machine_Id">
         <arg direction="out" type="s" name="Machine_UUID"/>
       </method>
 
diff --git a/telepathy-glib/dbus-properties.xml b/telepathy-glib/dbus-properties.xml
index 1c23ed9..fd9789a 100644
--- a/telepathy-glib/dbus-properties.xml
+++ b/telepathy-glib/dbus-properties.xml
@@ -6,19 +6,19 @@
   <node name="/DBus_Properties">
     <interface name="org.freedesktop.DBus.Properties">
 
-      <method name="Get">
+      <method name="Get" tp:name-for-bindings="Get">
         <arg direction="in" type="s" name="Interface_Name"/>
         <arg direction="in" type="s" name="Property_Name"/>
         <arg direction="out" type="v" name="Value"/>
       </method>
 
-      <method name="Set">
+      <method name="Set" tp:name-for-bindings="Set">
         <arg direction="in" type="s" name="Interface_Name"/>
         <arg direction="in" type="s" name="Property_Name"/>
         <arg direction="in" type="v" name="Value"/>
       </method>
 
-      <method name="GetAll">
+      <method name="GetAll" tp:name-for-bindings="Get_All">
         <arg direction="in" type="s" name="Interface_Name"/>
         <arg direction="out" type="a{sv}" name="Properties"/>
       </method>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list