[Telepathy-commits] [telepathy-spec/master] Added tp:name-for-bindings attributes to methods and signals.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 14 02:45:15 PST 2008
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
spec/Channel_Type_FileTransfer.xml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/spec/Channel_Type_FileTransfer.xml b/spec/Channel_Type_FileTransfer.xml
index a0bb92d..0ec3e7b 100644
--- a/spec/Channel_Type_FileTransfer.xml
+++ b/spec/Channel_Type_FileTransfer.xml
@@ -281,7 +281,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:enumvalue>
</tp:enum>
- <method name="AcceptFile">
+ <method name="AcceptFile" tp:name-for-bindings="Accept_File">
<tp:docstring>
Accept a file transfer that's in the Local_Pending state. The file
transfer's state becomes accepted after this method is called. At this
@@ -342,7 +342,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
- <method name="OfferFile">
+ <method name="OfferFile" tp:name-for-bindings="Offer_File">
<tp:docstring>
Offer a file transfer that's in the Not_Offered state. Open a socket
that the client can use to provide a file to the connection manager.
@@ -394,7 +394,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
- <signal name="FileTransferStateChanged">
+ <signal name="FileTransferStateChanged"
+ tp:name-for-bindings="File_Transfer_State_Changed">
<tp:docstring>
Emitted when the state of a file transfer changes.
</tp:docstring>
@@ -413,7 +414,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</arg>
</signal>
- <signal name="TransferredBytesChanged">
+ <signal name="TransferredBytesChanged"
+ tp:name-for-bindings="Transferred_Bytes_Changed">
<tp:docstring>
Emitted when the number of transferred bytes changes. This will not be
signalled with every single byte change. Instead, the most frequent
--
1.5.6.5
More information about the Telepathy-commits
mailing list