[Telepathy-commits] [telepathy-spec/master] Change method and signal argument names to Ugly_Case
Olli Salli
olli.salli at collabora.co.uk
Tue Sep 9 08:53:23 PDT 2008
20080725000308-9db4d-3cfeb995f8e57c59ce44d03db39ee165d0bf3494.gz
---
spec/Channel_Interface_Call_State.xml | 4 +-
spec/Channel_Interface_Chat_State.xml | 6 +-
spec/Channel_Interface_DTMF.xml | 6 +-
spec/Channel_Interface_Group.xml | 34 ++++++------
spec/Channel_Interface_Password.xml | 6 +-
spec/Channel_Interface_Transfer.xml | 4 +-
spec/Channel_Type_Contact_Search.xml | 8 ++--
spec/Channel_Type_Room_List.xml | 4 +-
spec/Channel_Type_Streamed_Media.xml | 34 ++++++------
spec/Channel_Type_Text.xml | 34 ++++++------
spec/Channel_Type_Tubes.xml | 70 ++++++++++++------------
spec/Connection.xml | 38 +++++++-------
spec/Connection_Interface_Aliasing.xml | 10 ++--
spec/Connection_Interface_Avatars.xml | 24 ++++----
spec/Connection_Interface_Capabilities.xml | 8 ++--
spec/Connection_Interface_Contact_Info.xml | 6 +-
spec/Connection_Interface_Forwarding.xml | 4 +-
spec/Connection_Interface_Presence.xml | 18 +++---
spec/Connection_Interface_Privacy.xml | 4 +-
spec/Connection_Interface_Renaming.xml | 6 +-
spec/Connection_Interface_Simple_Presence.xml | 10 ++--
spec/Connection_Manager.xml | 12 ++--
spec/Media_Session_Handler.xml | 12 ++--
spec/Media_Stream_Handler.xml | 42 +++++++-------
spec/Properties_Interface.xml | 8 ++--
25 files changed, 206 insertions(+), 206 deletions(-)
diff --git a/spec/Channel_Interface_Call_State.xml b/spec/Channel_Interface_Call_State.xml
index edae182..132137e 100644
--- a/spec/Channel_Interface_Call_State.xml
+++ b/spec/Channel_Interface_Call_State.xml
@@ -48,13 +48,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
Emitted when the state of a member of the channel has changed.
</tp:docstring>
- <arg name="contact" type="u" tp:type="Contact_Handle">
+ <arg name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle for the contact.
</tp:docstring>
</arg>
- <arg name="state" type="u" tp:type="Channel_Call_State_Flags">
+ <arg name="State" type="u" tp:type="Channel_Call_State_Flags">
<tp:docstring>
The new state for this contact.
</tp:docstring>
diff --git a/spec/Channel_Interface_Chat_State.xml b/spec/Channel_Interface_Chat_State.xml
index 2a23868..aa29236 100644
--- a/spec/Channel_Interface_Chat_State.xml
+++ b/spec/Channel_Interface_Chat_State.xml
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<interface name="org.freedesktop.Telepathy.Channel.Interface.ChatState">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<method name="SetChatState" tp:name-for-bindings="Set_Chat_State">
- <arg direction="in" name="state" type="u" tp:type="Channel_Chat_State">
+ <arg direction="in" name="State" type="u" tp:type="Channel_Chat_State">
<tp:docstring>
The new state: one of the values of ChannelChatState.
</tp:docstring>
@@ -35,12 +35,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<signal name="ChatStateChanged" tp:name-for-bindings="Chat_State_Changed">
- <arg name="contact" type="u" tp:type="Contact_Handle">
+ <arg name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle for the contact.
</tp:docstring>
</arg>
- <arg name="state" type="u" tp:type="Channel_Chat_State">
+ <arg name="State" type="u" tp:type="Channel_Chat_State">
<tp:docstring>
The new state of this contact: one of the values of ChannelChatState.
</tp:docstring>
diff --git a/spec/Channel_Interface_DTMF.xml b/spec/Channel_Interface_DTMF.xml
index c9d9884..8abb8dc 100644
--- a/spec/Channel_Interface_DTMF.xml
+++ b/spec/Channel_Interface_DTMF.xml
@@ -22,10 +22,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:requires interface="org.freedesktop.Telepathy.Channel.Type.StreamedMedia"/>
<method name="StartTone" tp:name-for-bindings="Start_Tone">
- <arg direction="in" name="stream_id" type="u" tp:type="Stream_ID">
+ <arg direction="in" name="Stream_ID" type="u" tp:type="Stream_ID">
<tp:docstring>A stream ID as defined in the StreamedMedia channel type.</tp:docstring>
</arg>
- <arg direction="in" name="event" type="y" tp:type="DTMF_Event">
+ <arg direction="in" name="Event" type="y" tp:type="DTMF_Event">
<tp:docstring>A numeric event code from the DTMF_Event enum.</tp:docstring>
</arg>
<tp:docstring>
@@ -51,7 +51,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="StopTone" tp:name-for-bindings="Stop_Tone">
- <arg direction="in" name="stream_id" type="u" tp:type="Stream_ID">
+ <arg direction="in" name="Stream_ID" type="u" tp:type="Stream_ID">
<tp:docstring>A stream ID as defined in the StreamedMedia channel type.</tp:docstring>
</arg>
<tp:docstring>
diff --git a/spec/Channel_Interface_Group.xml b/spec/Channel_Interface_Group.xml
index c2e615f..21b535e 100644
--- a/spec/Channel_Interface_Group.xml
+++ b/spec/Channel_Interface_Group.xml
@@ -49,12 +49,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:struct>
<method name="AddMembers" tp:name-for-bindings="Add_Members">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of contact handles to invite to the channel
</tp:docstring>
</arg>
- <arg direction="in" name="message" type="s">
+ <arg direction="in" name="Message" type="s">
<tp:docstring>
A string message, which can be blank if desired
</tp:docstring>
@@ -303,7 +303,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="GetHandleOwners" tp:name-for-bindings="Get_Handle_Owners">
- <arg direction="in" name="handles" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Handles" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
A list of integer handles representing members of the channel
</tp:docstring>
@@ -500,12 +500,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="GroupFlagsChanged" tp:name-for-bindings="Group_Flags_Changed">
- <arg name="added" type="u" tp:type="Channel_Group_Flags">
+ <arg name="Added" type="u" tp:type="Channel_Group_Flags">
<tp:docstring>
A bitwise OR of the flags which have been set
</tp:docstring>
</arg>
- <arg name="removed" type="u" tp:type="Channel_Group_Flags">
+ <arg name="Removed" type="u" tp:type="Channel_Group_Flags">
<tp:docstring>
A bitwise OR of the flags which have been cleared
</tp:docstring>
@@ -605,38 +605,38 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:enum>
<signal name="MembersChanged" tp:name-for-bindings="Members_Changed">
- <arg name="message" type="s">
+ <arg name="Message" type="s">
<tp:docstring>
A string message from the server, or blank if not
</tp:docstring>
</arg>
- <arg name="added" type="au" tp:type="Contact_Handle[]">
+ <arg name="Added" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
A list of members added to the channel
</tp:docstring>
</arg>
- <arg name="removed" type="au" tp:type="Contact_Handle[]">
+ <arg name="Removed" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
A list of members removed from the channel
</tp:docstring>
</arg>
- <arg name="local_pending" type="au" tp:type="Contact_Handle[]">
+ <arg name="Local_Pending" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
A list of members who are pending local approval
</tp:docstring>
</arg>
- <arg name="remote_pending" type="au" tp:type="Contact_Handle[]">
+ <arg name="Remote_Pending" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
A list of members who are pending remote approval
</tp:docstring>
</arg>
- <arg name="actor" type="u" tp:type="Contact_Handle">
+ <arg name="Actor" type="u" tp:type="Contact_Handle">
<tp:docstring>
The contact handle of the person who made the change, or 0
if not known
</tp:docstring>
</arg>
- <arg name="reason" type="u" tp:type="Channel_Group_Change_Reason">
+ <arg name="Reason" type="u" tp:type="Channel_Group_Change_Reason">
<tp:docstring>
A reason for the change: one of the values of
ChannelGroupChangeReason
@@ -659,12 +659,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="RemoveMembers" tp:name-for-bindings="Remove_Members">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of contact handles to remove from the channel
</tp:docstring>
</arg>
- <arg direction="in" name="message" type="s">
+ <arg direction="in" name="Message" type="s">
<tp:docstring>
A string message, which can be blank if desired
</tp:docstring>
@@ -690,17 +690,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<method name="RemoveMembersWithReason"
tp:name-for-bindings="Remove_Members_With_Reason">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of contact handles to remove from the channel
</tp:docstring>
</arg>
- <arg direction="in" name="message" type="s">
+ <arg direction="in" name="Message" type="s">
<tp:docstring>
A string message, which can be blank if desired
</tp:docstring>
</arg>
- <arg direction="in" name="reason" type="u"
+ <arg direction="in" name="Reason" type="u"
tp:type="Channel_Group_Change_Reason">
<tp:docstring>
A reason for the change: one of the values of
diff --git a/spec/Channel_Interface_Password.xml b/spec/Channel_Interface_Password.xml
index 542f5e2..adcd0f8 100644
--- a/spec/Channel_Interface_Password.xml
+++ b/spec/Channel_Interface_Password.xml
@@ -49,12 +49,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</method>
<signal name="PasswordFlagsChanged"
tp:name-for-bindings="Password_Flags_Changed">
- <arg name="added" type="u" tp:type="Channel_Password_Flags">
+ <arg name="Added" type="u" tp:type="Channel_Password_Flags">
<tp:docstring>
A bitwise OR of the flags which have been set
</tp:docstring>
</arg>
- <arg name="removed" type="u" tp:type="Channel_Password_Flags">
+ <arg name="Removed" type="u" tp:type="Channel_Password_Flags">
<tp:docstring>
A bitwise OR of the flags which have been cleared
</tp:docstring>
@@ -65,7 +65,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:docstring>
</signal>
<method name="ProvidePassword" tp:name-for-bindings="Provide_Password">
- <arg direction="in" name="password" type="s">
+ <arg direction="in" name="Password" type="s">
<tp:docstring>
The password
</tp:docstring>
diff --git a/spec/Channel_Interface_Transfer.xml b/spec/Channel_Interface_Transfer.xml
index 5165c9a..02591c1 100644
--- a/spec/Channel_Interface_Transfer.xml
+++ b/spec/Channel_Interface_Transfer.xml
@@ -22,12 +22,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
tp:causes-havoc='not well-tested'>
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<method name="Transfer">
- <arg direction="in" name="member" type="u" tp:type="Contact_Handle">
+ <arg direction="in" name="Member" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the member to transfer
</tp:docstring>
</arg>
- <arg direction="in" name="destination" type="u" tp:type="Contact_Handle">
+ <arg direction="in" name="Destination" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the destination contact
</tp:docstring>
diff --git a/spec/Channel_Type_Contact_Search.xml b/spec/Channel_Type_Contact_Search.xml
index 048dd3f..7c324d0 100644
--- a/spec/Channel_Type_Contact_Search.xml
+++ b/spec/Channel_Type_Contact_Search.xml
@@ -91,7 +91,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</method>
<method name="Search">
- <arg direction="in" name="terms" type="a{sv}" tp:type="String_Variant_Map">
+ <arg direction="in" name="Terms" type="a{sv}" tp:type="String_Variant_Map">
<tp:docstring>
A dictionary mapping search key names to the desired values
</tp:docstring>
@@ -109,10 +109,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="SearchResultReceived"
tp:name-for-bindings="Search_Result_Received">
- <arg name="contact" type="u" tp:type="Contact_Handle">
+ <arg name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>An integer handle for the contact</tp:docstring>
</arg>
- <arg name="values" type="a{sv}" tp:type="String_Variant_Map">
+ <arg name="Values" type="a{sv}" tp:type="String_Variant_Map">
<tp:docstring>A dictionary mapping search key names to values for this contact</tp:docstring>
</arg>
<tp:docstring>
@@ -121,7 +121,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="SearchStateChanged"
tp:name-for-bindings="Search_State_Changed">
- <arg name="state" type="u" tp:type="Channel_Contact_Search_State">
+ <arg name="State" type="u" tp:type="Channel_Contact_Search_State">
<tp:docstring>An integer representing the new search state</tp:docstring>
</arg>
<tp:docstring>
diff --git a/spec/Channel_Type_Room_List.xml b/spec/Channel_Type_Room_List.xml
index 0cb932b..e98651d 100644
--- a/spec/Channel_Type_Room_List.xml
+++ b/spec/Channel_Type_Room_List.xml
@@ -51,7 +51,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="GotRooms" tp:name-for-bindings="Got_Rooms">
- <arg name="rooms" type="a(usa{sv})" tp:type="Room_Info[]">
+ <arg name="Rooms" type="a(usa{sv})" tp:type="Room_Info[]">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
An array of structs containing:
<ul>
@@ -101,7 +101,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</method>
<signal name="ListingRooms" tp:name-for-bindings="Listing_Rooms">
- <arg name="listing" type="b">
+ <arg name="Listing" type="b">
<tp:docstring>A boolean indicating if room listing is in progress</tp:docstring>
</arg>
<tp:docstring>
diff --git a/spec/Channel_Type_Streamed_Media.xml b/spec/Channel_Type_Streamed_Media.xml
index d6014b1..776862a 100644
--- a/spec/Channel_Type_Streamed_Media.xml
+++ b/spec/Channel_Type_Streamed_Media.xml
@@ -110,7 +110,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="RemoveStreams" tp:name-for-bindings="Remove_Streams">
- <arg direction="in" name="streams" type="au" tp:type="Stream_ID[]">
+ <arg direction="in" name="Streams" type="au" tp:type="Stream_ID[]">
<tp:docstring>
An array of stream identifiers (as defined in ListStreams)
</tp:docstring>
@@ -127,12 +127,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<method name="RequestStreamDirection"
tp:name-for-bindings="Request_Stream_Direction">
- <arg direction="in" name="stream_id" type="u">
+ <arg direction="in" name="Stream_ID" type="u">
<tp:docstring>
The stream identifier (as defined in ListStreams)
</tp:docstring>
</arg>
- <arg direction="in" name="stream_direction" type="u" tp:type="Media_Stream_Direction">
+ <arg direction="in" name="Stream_Direction" type="u" tp:type="Media_Stream_Direction">
<tp:docstring>
The desired stream direction (a value of MediaStreamDirection)
</tp:docstring>
@@ -164,12 +164,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="RequestStreams" tp:name-for-bindings="Request_Streams">
- <arg direction="in" name="contact_handle" type="u" tp:type="Contact_Handle">
+ <arg direction="in" name="Contact_Handle" type="u" tp:type="Contact_Handle">
<tp:docstring>
A contact handle with whom to establish the streams
</tp:docstring>
</arg>
- <arg direction="in" name="types" type="au" tp:type="Media_Stream_Type[]">
+ <arg direction="in" name="Types" type="au" tp:type="Media_Stream_Type[]">
<tp:docstring>
An array of stream types (values of MediaStreamType)
</tp:docstring>
@@ -221,18 +221,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="StreamAdded" tp:name-for-bindings="Stream_Added">
- <arg name="stream_id" type="u">
+ <arg name="Stream_ID" type="u">
<tp:docstring>
The stream identifier (as defined in ListStreams)
</tp:docstring>
</arg>
- <arg name="contact_handle" type="u" tp:type="Contact_Handle">
+ <arg name="Contact_Handle" type="u" tp:type="Contact_Handle">
<tp:docstring>
The contact handle who the stream is with (or 0 if it
represents more than a single member)
</tp:docstring>
</arg>
- <arg name="stream_type" type="u" tp:type="Media_Stream_Type">
+ <arg name="Stream_Type" type="u" tp:type="Media_Stream_Type">
<tp:docstring>
The stream type (a value from MediaStreamType)
</tp:docstring>
@@ -244,17 +244,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<signal name="StreamDirectionChanged"
tp:name-for-bindings="Stream_Direction_Changed">
- <arg name="stream_id" type="u">
+ <arg name="Stream_ID" type="u">
<tp:docstring>
The stream identifier (as defined in ListStreams)
</tp:docstring>
</arg>
- <arg name="stream_direction" type="u" tp:type="Media_Stream_Direction">
+ <arg name="Stream_Direction" type="u" tp:type="Media_Stream_Direction">
<tp:docstring>
The new stream direction (as defined in ListStreams)
</tp:docstring>
</arg>
- <arg name="pending_flags" type="u" tp:type="Media_Stream_Pending_Send">
+ <arg name="Pending_Flags" type="u" tp:type="Media_Stream_Pending_Send">
<tp:docstring>
The new pending send flags (as defined in ListStreams)
</tp:docstring>
@@ -268,17 +268,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="StreamError" tp:name-for-bindings="Stream_Error">
- <arg name="stream_id" type="u">
+ <arg name="Stream_ID" type="u">
<tp:docstring>
The stream identifier (as defined in ListStreams)
</tp:docstring>
</arg>
- <arg name="errno" type="u">
+ <arg name="Errno" type="u">
<tp:docstring>
A stream error number, one of the values of MediaStreamError
</tp:docstring>
</arg>
- <arg name="message" type="s">
+ <arg name="Message" type="s">
<tp:docstring>
A string describing the error (for debugging purposes only)
</tp:docstring>
@@ -289,7 +289,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="StreamRemoved" tp:name-for-bindings="Stream_Removed">
- <arg name="stream_id" type="u">
+ <arg name="Stream_ID" type="u">
<tp:docstring>
stream_id - the stream identifier (as defined in ListStreams)
</tp:docstring>
@@ -301,12 +301,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<signal name="StreamStateChanged"
tp:name-for-bindings="Stream_State_Changed">
- <arg name="stream_id" type="u">
+ <arg name="Stream_ID" type="u">
<tp:docstring>
The stream identifier (as defined in ListStreams)
</tp:docstring>
</arg>
- <arg name="stream_state" type="u" tp:type="Media_Stream_State">
+ <arg name="Stream_State" type="u" tp:type="Media_Stream_State">
<tp:docstring>
The new stream state (as defined in ListStreams)
</tp:docstring>
diff --git a/spec/Channel_Type_Text.xml b/spec/Channel_Type_Text.xml
index 85681c2..cdccd3f 100644
--- a/spec/Channel_Type_Text.xml
+++ b/spec/Channel_Type_Text.xml
@@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<method name="AcknowledgePendingMessages"
tp:name-for-bindings="Acknowledge_Pending_Messages">
- <arg direction="in" name="ids" type="au" tp:type="Message_ID[]">
+ <arg direction="in" name="IDs" type="au" tp:type="Message_ID[]">
<tp:docstring>
The IDs of the messages to acknowledge
</tp:docstring>
@@ -79,7 +79,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<method name="ListPendingMessages"
tp:name-for-bindings="List_Pending_Messages">
- <arg direction="in" name="clear" type="b">
+ <arg direction="in" name="Clear" type="b">
<tp:docstring>
If true, behave as if AcknowledgePendingMessages had also been
called.
@@ -118,32 +118,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="Received">
- <arg name="id" type="u">
+ <arg name="ID" type="u">
<tp:docstring>
A numeric identifier for acknowledging the message
</tp:docstring>
</arg>
- <arg name="timestamp" type="u" tp:type="Unix_Timestamp">
+ <arg name="Timestamp" type="u" tp:type="Unix_Timestamp">
<tp:docstring>
A Unix timestamp indicating when the message was received
</tp:docstring>
</arg>
- <arg name="sender" type="u" tp:type="Contact_Handle">
+ <arg name="Sender" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the contact who sent the message
</tp:docstring>
</arg>
- <arg name="type" type="u" tp:type="Channel_Text_Message_Type">
+ <arg name="Type" type="u" tp:type="Channel_Text_Message_Type">
<tp:docstring>
The type of the message (normal, action, notice, etc.)
</tp:docstring>
</arg>
- <arg name="flags" type="u" tp:type="Channel_Text_Message_Flags">
+ <arg name="Flags" type="u" tp:type="Channel_Text_Message_Flags">
<tp:docstring>
A bitwise OR of the message flags
</tp:docstring>
</arg>
- <arg name="text" type="s">
+ <arg name="Text" type="s">
<tp:docstring>
The text of the message
</tp:docstring>
@@ -158,12 +158,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="Send">
- <arg direction="in" name="type" type="u" tp:type="Channel_Text_Message_Type">
+ <arg direction="in" name="Type" type="u" tp:type="Channel_Text_Message_Type">
<tp:docstring>
An integer indicating the type of the message
</tp:docstring>
</arg>
- <arg direction="in" name="text" type="s">
+ <arg direction="in" name="Text" type="s">
<tp:docstring>
The message to send
</tp:docstring>
@@ -217,22 +217,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:enum>
<signal name="SendError" tp:name-for-bindings="Send_Error">
- <arg name="error" type="u" tp:type="Channel_Text_Send_Error">
+ <arg name="Error" type="u" tp:type="Channel_Text_Send_Error">
<tp:docstring>
The error that occurred
</tp:docstring>
</arg>
- <arg name="timestamp" type="u" tp:type="Unix_Timestamp">
+ <arg name="Timestamp" type="u" tp:type="Unix_Timestamp">
<tp:docstring>
The Unix timestamp indicating when the message was sent
</tp:docstring>
</arg>
- <arg name="type" type="u" tp:type="Channel_Text_Message_Type">
+ <arg name="Type" type="u" tp:type="Channel_Text_Message_Type">
<tp:docstring>
The message type
</tp:docstring>
</arg>
- <arg name="text" type="s">
+ <arg name="Text" type="s">
<tp:docstring>
The text of the message
</tp:docstring>
@@ -252,18 +252,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="Sent">
- <arg name="timestamp" type="u" tp:type="Unix_Timestamp">
+ <arg name="Timestamp" type="u" tp:type="Unix_Timestamp">
<tp:docstring>
Unix timestamp indicating when the message was sent
</tp:docstring>
</arg>
- <arg name="type" type="u" tp:type="Channel_Text_Message_Type">
+ <arg name="Type" type="u" tp:type="Channel_Text_Message_Type">
<tp:docstring>
The message type (normal, action, notice, etc) from
ChannelTextMessageType
</tp:docstring>
</arg>
- <arg name="text" type="s">
+ <arg name="Text" type="s">
<tp:docstring>
The text of the message
</tp:docstring>
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml
index 9a45b8b..68df224 100644
--- a/spec/Channel_Type_Tubes.xml
+++ b/spec/Channel_Type_Tubes.xml
@@ -335,7 +335,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Offers a D-Bus tube providing the service specified.
</tp:docstring>
- <arg direction="in" name="service" type="s">
+ <arg direction="in" name="Service" type="s">
<tp:docstring>
A string representing the service name that will be used over the
tube.
@@ -343,7 +343,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
com.example.ServiceName.
</tp:docstring>
</arg>
- <arg direction="in" name="parameters" type="a{sv}"
+ <arg direction="in" name="Parameters" type="a{sv}"
tp:type="String_Variant_Map">
<tp:docstring>
A dictionary of properties for the new tube; the allowable keys,
@@ -377,7 +377,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Offer a stream tube exporting the local socket specified.
</tp:docstring>
- <arg direction="in" name="service" type="s">
+ <arg direction="in" name="Service" type="s">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
A string representing the service name that will be used over the
tube.
@@ -389,7 +389,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
"rsync" or "daap".
</tp:docstring>
</arg>
- <arg direction="in" name="parameters" type="a{sv}"
+ <arg direction="in" name="Parameters" type="a{sv}"
tp:type="String_Variant_Map">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>A dictionary of properties for the new tube; the allowable keys,
@@ -400,26 +400,26 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
use in the DNS-SD TXT record for that service.</p>
</tp:docstring>
</arg>
- <arg direction="in" name="address_type" type="u" tp:type="Socket_Address_Type">
+ <arg direction="in" name="Address_Type" type="u" tp:type="Socket_Address_Type">
<tp:docstring>
The type of the listening address of the local service, as a member of
Socket_Address_Type.
</tp:docstring>
</arg>
- <arg direction="in" name="address" type="v">
+ <arg direction="in" name="Address" type="v">
<tp:docstring>
The listening address of the local service, as indicated by the
address_type.
</tp:docstring>
</arg>
- <arg direction="in" name="access_control" type="u" tp:type="Socket_Access_Control">
+ <arg direction="in" name="Access_Control" type="u" tp:type="Socket_Access_Control">
<tp:docstring>
The access control the local service applies to the local socket,
specified so the connection manager can behave appropriately
when it connects.
</tp:docstring>
</arg>
- <arg direction="in" name="access_control_param" type="v">
+ <arg direction="in" name="Access_Control_Param" type="v">
<tp:docstring>
A parameter for the access control type, to be interpreted as
specified in the documentation for the Socket_Access_Control enum.
@@ -451,32 +451,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Emitted when a tube is created.
</tp:docstring>
- <arg name="id" type="u" tp:type="Tube_ID">
+ <arg name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the new tube.
</tp:docstring>
</arg>
- <arg name="initiator" type="u" tp:type="Contact_Handle">
+ <arg name="Initiator" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the contact who initiated the tube.
</tp:docstring>
</arg>
- <arg name="type" type="u" tp:type="Tube_Type">
+ <arg name="Type" type="u" tp:type="Tube_Type">
<tp:docstring>
The tube type, as defined by the Tube_Type enum.
</tp:docstring>
</arg>
- <arg name="service" type="s">
+ <arg name="Service" type="s">
<tp:docstring>
A string representing the service that will be used over the tube.
</tp:docstring>
</arg>
- <arg name="parameters" type="a{sv}" tp:type="String_Variant_Map">
+ <arg name="Parameters" type="a{sv}" tp:type="String_Variant_Map">
<tp:docstring>
The new tube's properties.
</tp:docstring>
</arg>
- <arg name="state" type="u" tp:type="Tube_State">
+ <arg name="State" type="u" tp:type="Tube_State">
<tp:docstring>
The new tube's state.
</tp:docstring>
@@ -490,12 +490,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
the "local pending" state until the TubeStateChanged signal is
emitted.
</tp:docstring>
- <arg direction="in" name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube to accept.
</tp:docstring>
</arg>
- <arg direction="out" name="address" type="s">
+ <arg direction="out" name="Address" type="s">
<tp:docstring>
The string describing the address of the private bus. The client
should not attempt to connect to the address until the tube is open.
@@ -518,29 +518,29 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
the "local pending" state until the TubeStateChanged signal is
emitted.
</tp:docstring>
- <arg direction="in" name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube to accept.
</tp:docstring>
</arg>
- <arg direction="in" name="address_type" type="u" tp:type="Socket_Address_Type">
+ <arg direction="in" name="Address_Type" type="u" tp:type="Socket_Address_Type">
<tp:docstring>
The type of address the connection manager should listen on.
</tp:docstring>
</arg>
- <arg direction="in" name="access_control" type="u" tp:type="Socket_Access_Control">
+ <arg direction="in" name="Access_Control" type="u" tp:type="Socket_Access_Control">
<tp:docstring>
The type of access control the connection manager should apply to
the socket.
</tp:docstring>
</arg>
- <arg direction="in" name="access_control_param" type="v">
+ <arg direction="in" name="Access_Control_Param" type="v">
<tp:docstring>
A parameter for the access control type, to be interpreted as
specified in the documentation for the Socket_Access_Control enum.
</tp:docstring>
</arg>
- <arg direction="out" name="address" type="v">
+ <arg direction="out" name="Address" type="v">
<tp:docstring>
The address on which the connection manager will listen for
connections to this tube. The client should not attempt to connect
@@ -567,12 +567,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Emitted when the state of a tube changes.
</tp:docstring>
- <arg name="id" type="u" tp:type="Tube_ID">
+ <arg name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube that changed state.
</tp:docstring>
</arg>
- <arg name="state" type="u" tp:type="Tube_State">
+ <arg name="State" type="u" tp:type="Tube_State">
<tp:docstring>
The new state of the tube; see the Tube_State enumeration.
</tp:docstring>
@@ -583,7 +583,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<tp:docstring>
Close a tube.
</tp:docstring>
- <arg direction="in" name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube to close.
</tp:docstring>
@@ -598,7 +598,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Emitted when a tube has been closed. The ID of a closed tube is no
longer valid. The ID may later be reused for a new tube.
</tp:docstring>
- <arg name="id" type="u" tp:type="Tube_ID">
+ <arg name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube that was closed.
</tp:docstring>
@@ -611,7 +611,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
For a D-Bus tube, return a string describing the address of the
private bus.
</tp:docstring>
- <arg direction="in" name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube to get an address for.
</tp:docstring>
@@ -640,7 +640,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
For a multi-user (i.e. Handle_Type_Room) D-Bus tube, obtain a mapping
between contact handles and their unique bus names on this tube.
</tp:docstring>
- <arg direction="in" name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube to get names for.
</tp:docstring>
@@ -670,17 +670,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Emitted on a multi-user (i.e. Handle_Type_Room) D-Bus tube when a
participant opens or closes the tube.
</tp:docstring>
- <arg name="id" type="u" tp:type="Tube_ID">
+ <arg name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube whose names have changed.
</tp:docstring>
</arg>
- <arg name="added" type="a(us)" tp:type="DBus_Tube_Member[]">
+ <arg name="Added" type="a(us)" tp:type="DBus_Tube_Member[]">
<tp:docstring>
Array of handles and D-Bus names of new participants.
</tp:docstring>
</arg>
- <arg name="removed" type="au" tp:type="Contact_Handle[]">
+ <arg name="Removed" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
Array of handles of former participants.
</tp:docstring>
@@ -693,18 +693,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
For a stream tube, obtain the address of the socket used to
communicate over this tube.
</tp:docstring>
- <arg direction="in" name="id" type="u" tp:type="Tube_ID">
+ <arg direction="in" name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the stream tube to get the socket for.
</tp:docstring>
</arg>
- <arg direction="out" name="address_type" type="u" tp:type="Socket_Address_Type">
+ <arg direction="out" name="Address_Type" type="u" tp:type="Socket_Address_Type">
<tp:docstring>
The type of the listening address of the socket, as a member of
Socket_Address_Type.
</tp:docstring>
</arg>
- <arg direction="out" name="address" type="v">
+ <arg direction="out" name="Address" type="v">
<tp:docstring>
The listening address of the socket, as indicated by the
address_type.
@@ -730,12 +730,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Emitted on a stream tube when a participant opens a new connection
to its socket.
</tp:docstring>
- <arg name="id" type="u" tp:type="Tube_ID">
+ <arg name="ID" type="u" tp:type="Tube_ID">
<tp:docstring>
The ID of the tube
</tp:docstring>
</arg>
- <arg name="handle" type="u" tp:type="Contact_Handle">
+ <arg name="Handle" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the participant who opened the new connection
</tp:docstring>
diff --git a/spec/Connection.xml b/spec/Connection.xml
index 4079a7a..9c245b3 100644
--- a/spec/Connection.xml
+++ b/spec/Connection.xml
@@ -153,13 +153,13 @@ USA.</p>
</method>
<method name="HoldHandles" tp:name-for-bindings="Hold_Handles">
- <arg direction="in" name="handle_type" type="u" tp:type="Handle_Type">
+ <arg direction="in" name="Handle_Type" type="u" tp:type="Handle_Type">
<tp:docstring>
The type of handle to be held
</tp:docstring>
</arg>
- <arg direction="in" name="handles" type="au" tp:type="Handle[]">
+ <arg direction="in" name="Handles" type="au" tp:type="Handle[]">
<tp:docstring>
A array of integer handles to hold
</tp:docstring>
@@ -195,13 +195,13 @@ USA.</p>
</method>
<method name="InspectHandles" tp:name-for-bindings="Inspect_Handles">
- <arg direction="in" name="handle_type" type="u" tp:type="Handle_Type">
+ <arg direction="in" name="Handle_Type" type="u" tp:type="Handle_Type">
<tp:docstring>
The type of handle to be inspected
</tp:docstring>
</arg>
- <arg direction="in" name="handles" type="au" tp:type="Handle[]">
+ <arg direction="in" name="Handles" type="au" tp:type="Handle[]">
<tp:docstring>
An array of integer handles of this type
</tp:docstring>
@@ -246,33 +246,33 @@ USA.</p>
</method>
<signal name="NewChannel" tp:name-for-bindings="New_Channel">
- <arg name="object_path" type="o">
+ <arg name="Object_Path" type="o">
<tp:docstring>
A D-Bus object path for the channel object on this service
</tp:docstring>
</arg>
- <arg name="channel_type" type="s" tp:type="DBus_Interface">
+ <arg name="Channel_Type" type="s" tp:type="DBus_Interface">
<tp:docstring>
A D-Bus interface name representing the channel type
</tp:docstring>
</arg>
- <arg name="handle_type" type="u" tp:type="Handle_Type">
+ <arg name="Handle_Type" type="u" tp:type="Handle_Type">
<tp:docstring>
An integer representing the type of handle this channel
communicates with, or Handle_Type_None if no handle is specified
</tp:docstring>
</arg>
- <arg name="handle" type="u" tp:type="Handle">
+ <arg name="Handle" type="u" tp:type="Handle">
<tp:docstring>
A handle indicating the specific contact, room or list this
channel communicates with, or zero if no handle is specified
</tp:docstring>
</arg>
- <arg name="suppress_handler" type="b">
+ <arg name="Suppress_Handler" type="b">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>If true, the channel was requested by a client that intends to
present it to the user itself (i.e. it passed suppress_handler=TRUE
@@ -297,13 +297,13 @@ USA.</p>
</signal>
<method name="ReleaseHandles" tp:name-for-bindings="Release_Handles">
- <arg direction="in" name="handle_type" type="u" tp:type="Handle_Type">
+ <arg direction="in" name="Handle_Type" type="u" tp:type="Handle_Type">
<tp:docstring>
An integer handle type (as defined in RequestHandle)
</tp:docstring>
</arg>
- <arg direction="in" name="handles" type="au" tp:type="Handle[]">
+ <arg direction="in" name="Handles" type="au" tp:type="Handle[]">
<tp:docstring>
An array of integer handles being held by the client
</tp:docstring>
@@ -337,20 +337,20 @@ USA.</p>
</method>
<method name="RequestChannel" tp:name-for-bindings="Request_Channel">
- <arg direction="in" name="type" type="s" tp:type="DBus_Interface">
+ <arg direction="in" name="Type" type="s" tp:type="DBus_Interface">
<tp:docstring>
A D-Bus interface name representing base channel type
</tp:docstring>
</arg>
- <arg direction="in" name="handle_type" type="u" tp:type="Handle_Type">
+ <arg direction="in" name="Handle_Type" type="u" tp:type="Handle_Type">
<tp:docstring>
An integer representing the handle type, or Handle_Type_None if
no handle is specified
</tp:docstring>
</arg>
- <arg direction="in" name="handle" type="u" tp:type="Handle">
+ <arg direction="in" name="Handle" type="u" tp:type="Handle">
<tp:docstring>
A nonzero integer handle representing a contact, room, list etc.
according to handle_type, or zero if the handle_type is
@@ -358,7 +358,7 @@ USA.</p>
</tp:docstring>
</arg>
- <arg direction="in" name="suppress_handler" type="b">
+ <arg direction="in" name="Suppress_Handler" type="b">
<tp:docstring>
If true, the requesting client intends to take responsibility for
displaying the channel to the user, so no other handler needs to
@@ -482,13 +482,13 @@ USA.</p>
</tp:simple-type>
<method name="RequestHandles" tp:name-for-bindings="Request_Handles">
- <arg direction="in" name="handle_type" type="u" tp:type="Handle_Type">
+ <arg direction="in" name="Handle_Type" type="u" tp:type="Handle_Type">
<tp:docstring>
The type of handle required
</tp:docstring>
</arg>
- <arg direction="in" name="names" type="as">
+ <arg direction="in" name="Names" type="as">
<tp:docstring>
An array of names of entities to request handles for
</tp:docstring>
@@ -624,13 +624,13 @@ USA.</p>
</tp:enum>
<signal name="StatusChanged" tp:name-for-bindings="Status_Changed">
- <arg name="status" type="u" tp:type="Connection_Status">
+ <arg name="Status" type="u" tp:type="Connection_Status">
<tp:docstring>
An integer indicating the new status, as defined by ConnectionStatus
</tp:docstring>
</arg>
- <arg name="reason" type="u" tp:type="Connection_Status_Reason">
+ <arg name="Reason" type="u" tp:type="Connection_Status_Reason">
<tp:docstring>
An integer indicating the reason for the status change, as defined
by ConnectionStatusReason
diff --git a/spec/Connection_Interface_Aliasing.xml b/spec/Connection_Interface_Aliasing.xml
index 84aa334..5822d35 100644
--- a/spec/Connection_Interface_Aliasing.xml
+++ b/spec/Connection_Interface_Aliasing.xml
@@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:struct>
<signal name="AliasesChanged" tp:name-for-bindings="Aliases_Changed">
- <arg name="aliases" type="a(us)" tp:type="Alias_Pair[]">
+ <arg name="Aliases" type="a(us)" tp:type="Alias_Pair[]">
<!-- FIXME: if we break API, this could be an Alias_Map, a{us} -->
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
An array containing structs of:
@@ -82,8 +82,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/>
</tp:possible-errors>
</method>
- <method name="RequestAliases" tp:name-for-bindings:"Request_Aliases">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <method name="RequestAliases" tp:name-for-bindings="Request_Aliases">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of handles representing contacts
</tp:docstring>
@@ -104,7 +104,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="GetAliases" tp:name-for-bindings="Get_Aliases">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of handles representing contacts
</tp:docstring>
@@ -127,7 +127,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="SetAliases">
- <arg direction="in" name="aliases" type="a{us}" tp:type="Alias_Map">
+ <arg direction="in" name="Aliases" type="a{us}" tp:type="Alias_Map">
<tp:docstring>
A dictionary mapping integer handles of contacts
to strings of the new alias to set.
diff --git a/spec/Connection_Interface_Avatars.xml b/spec/Connection_Interface_Avatars.xml
index cbee9b5..76b85f3 100644
--- a/spec/Connection_Interface_Avatars.xml
+++ b/spec/Connection_Interface_Avatars.xml
@@ -29,12 +29,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:mapping>
<signal name="AvatarUpdated" tp:name-for-bindings="Avatar_Updated">
- <arg name="contact" type="u" tp:type="Contact_Handle">
+ <arg name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle for the contact whose avatar has changed
</tp:docstring>
</arg>
- <arg name="new_avatar_token" type="s">
+ <arg name="New_Avatar_Token" type="s">
<tp:docstring>
Unique token for their new avatar
</tp:docstring>
@@ -47,22 +47,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<signal name="AvatarRetrieved" tp:name-for-bindings="Avatar_Retrieved">
- <arg name="contact" type="u" tp:type="Contact_Handle">
+ <arg name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
The contact whose avatar has been retrieved
</tp:docstring>
</arg>
- <arg name="token" type="s">
+ <arg name="Token" type="s">
<tp:docstring>
The token corresponding to the avatar
</tp:docstring>
</arg>
- <arg name="avatar" type="ay">
+ <arg name="Avatar" type="ay">
<tp:docstring>
An array of bytes containing the image data
</tp:docstring>
</arg>
- <arg name="type" type="s">
+ <arg name="Type" type="s">
<tp:docstring>
A string containing the image MIME type (eg image/jpeg), or empty if
unknown
@@ -115,7 +115,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="GetAvatarTokens" tp:name-for-bindings="Get_Avatar_Tokens">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of handles representing contacts
</tp:docstring>
@@ -142,7 +142,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="GetKnownAvatarTokens"
tp:name-for-bindings="Get_Known_Avatar_Tokens">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of handles representing contacts
</tp:docstring>
@@ -173,7 +173,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="RequestAvatar" tp:name-for-bindings="Request_Avatar">
- <arg direction="in" name="contact" type="u" tp:type="Contact_Handle">
+ <arg direction="in" name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle for the contact to request the avatar for
</tp:docstring>
@@ -206,7 +206,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="RequestAvatars" tp:name-for-bindings="Request_Avatars">
- <arg direction="in" name="contacts" type="au"
+ <arg direction="in" name="Contacts" type="au"
tp:type="Contact_Handle[]">
<tp:docstring>
The contacts to retrieve avatars for
@@ -225,12 +225,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="SetAvatar" tp:name-for-bindings="Set_Avatar">
- <arg direction="in" name="avatar" type="ay">
+ <arg direction="in" name="Avatar" type="ay">
<tp:docstring>
An array of bytes representing the avatar image data
</tp:docstring>
</arg>
- <arg direction="in" name="mime_type" type="s">
+ <arg direction="in" name="MIME_Type" type="s">
<tp:docstring>
A string representing the image MIME type
</tp:docstring>
diff --git a/spec/Connection_Interface_Capabilities.xml b/spec/Connection_Interface_Capabilities.xml
index b8aa9d3..d577934 100644
--- a/spec/Connection_Interface_Capabilities.xml
+++ b/spec/Connection_Interface_Capabilities.xml
@@ -111,7 +111,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<method name="AdvertiseCapabilities"
tp:name-for-bindings="Advertise_Capabilities">
- <arg direction="in" name="add" type="a(su)" tp:type="Capability_Pair[]">
+ <arg direction="in" name="Add" type="a(su)" tp:type="Capability_Pair[]">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
An array of structures containing:
<ul>
@@ -120,7 +120,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</ul>
</tp:docstring>
</arg>
- <arg direction="in" name="remove" type="as" tp:type="DBus_Interface[]">
+ <arg direction="in" name="Remove" type="as" tp:type="DBus_Interface[]">
<tp:docstring>
An array of D-Bus interface names of channel types to remove
</tp:docstring>
@@ -161,7 +161,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<signal name="CapabilitiesChanged"
tp:name-for-bindings="Capabilities_Changed">
- <arg name="caps" type="a(usuuuu)" tp:type="Capability_Change[]">
+ <arg name="Caps" type="a(usuuuu)" tp:type="Capability_Change[]">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
An array of structures containing:
<ul>
@@ -185,7 +185,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="GetCapabilities" tp:name-for-bindings="Get_Capabilities">
- <arg direction="in" name="handles" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Handles" type="au" tp:type="Contact_Handle[]">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An array of contact handles for this connection.</p>
diff --git a/spec/Connection_Interface_Contact_Info.xml b/spec/Connection_Interface_Contact_Info.xml
index 1f868c2..4f8fd42 100644
--- a/spec/Connection_Interface_Contact_Info.xml
+++ b/spec/Connection_Interface_Contact_Info.xml
@@ -22,12 +22,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
tp:causes-havoc='obsolete'>
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<signal name="GotContactInfo" tp:name-for-bindings="Got_Contact_Info">
- <arg name="contact" type="u" tp:type="Contact_Handle">
+ <arg name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle of the contact ID on the server
</tp:docstring>
</arg>
- <arg name="vcard" type="s">
+ <arg name="VCard" type="s">
<tp:docstring>
The XML string containing their vcard information
</tp:docstring>
@@ -39,7 +39,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="RequestContactInfo"
tp:name-for-bindings="Request_Contact_Info">
- <arg direction="in" name="contact" type="u" tp:type="Contact_Handle">
+ <arg direction="in" name="Contact" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer handle for the contact to request info for
</tp:docstring>
diff --git a/spec/Connection_Interface_Forwarding.xml b/spec/Connection_Interface_Forwarding.xml
index 421e719..73051f4 100644
--- a/spec/Connection_Interface_Forwarding.xml
+++ b/spec/Connection_Interface_Forwarding.xml
@@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
tp:causes-havoc='not well-tested'>
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<signal name="ForwardingChanged" tp:name-for-bindings="Forwarding_Changed">
- <arg name="forward_to" type="u" tp:type="Contact_Handle">
+ <arg name="Forward_To" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer contact handle to forward communication to
</tp:docstring>
@@ -50,7 +50,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="SetForwardingHandle"
tp:name-for-bindings="Set_Forwarding_Handle">
- <arg direction="in" name="forward_to" type="u" tp:type="Contact_Handle">
+ <arg direction="in" name="Forward_To" type="u" tp:type="Contact_Handle">
<tp:docstring>
An integer contact handle to forward incoming communications to
</tp:docstring>
diff --git a/spec/Connection_Interface_Presence.xml b/spec/Connection_Interface_Presence.xml
index e6fcf94..0f7b7c8 100644
--- a/spec/Connection_Interface_Presence.xml
+++ b/spec/Connection_Interface_Presence.xml
@@ -64,12 +64,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:mapping>
<method name="AddStatus" tp:name-for-bindings="Add_Status">
- <arg direction="in" name="status" type="s">
+ <arg direction="in" name="Status" type="s">
<tp:docstring>
The string identifier of the desired status
</tp:docstring>
</arg>
- <arg direction="in" name="parms" type="a{sv}" tp:type="String_Variant_Map">
+ <arg direction="in" name="Parms" type="a{sv}" tp:type="String_Variant_Map">
<tp:docstring>
A dictionary of optional parameter names mapped to their variant-boxed values
</tp:docstring>
@@ -101,12 +101,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="GetPresence" tp:name-for-bindings="Get_Presence">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of the contacts whose presence should be obtained
</tp:docstring>
</arg>
- <arg direction="out" name="presence" type="a{u(ua{sa{sv}})}"
+ <arg direction="out" name="Presence" type="a{u(ua{sa{sv}})}"
tp:type="Contact_Presences">
<tp:docstring>
Presence information in the same format as for the PresenceUpdate
@@ -149,7 +149,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<signal name="PresenceUpdate" tp:name-for-bindings="Presence_Update">
- <arg name="presence" type="a{u(ua{sa{sv}})}" tp:type="Contact_Presences">
+ <arg name="Presence" type="a{u(ua{sa{sv}})}" tp:type="Contact_Presences">
<tp:docstring>
A dictionary of contact handles mapped to a struct containing
a UNIX timestamp of the last activity time (in UTC), and
@@ -166,7 +166,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<method name="RemoveStatus" tp:name-for-bindings="Remove_Status">
- <arg direction="in" name="status" type="s">
+ <arg direction="in" name="Status" type="s">
<tp:docstring>
The string identifier of the status not to publish anymore for the user
</tp:docstring>
@@ -187,7 +187,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="RequestPresence" tp:name-for-bindings="Request_Presence">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of the contacts whose presence should be obtained
</tp:docstring>
@@ -213,7 +213,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="SetLastActivityTime"
tp:name-for-bindings="Set_Last_Activity_Time">
- <arg direction="in" name="time" type="u" tp:type="Unix_Timestamp">
+ <arg direction="in" name="Time" type="u" tp:type="Unix_Timestamp">
<tp:docstring>
A UNIX timestamp of the user's last activity time (in UTC)
</tp:docstring>
@@ -233,7 +233,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:possible-errors>
</method>
<method name="SetStatus" tp:name-for-bindings="Set_Status">
- <arg direction="in" name="statuses" type="a{sa{sv}}" tp:type="Multiple_Status_Map">
+ <arg direction="in" name="Statuses" type="a{sa{sv}}" tp:type="Multiple_Status_Map">
<tp:docstring>
A dictionary mapping status identifiers to dictionaries, which
map optional parameter names to their variant-boxed values
diff --git a/spec/Connection_Interface_Privacy.xml b/spec/Connection_Interface_Privacy.xml
index 9de2e70..b89d968 100644
--- a/spec/Connection_Interface_Privacy.xml
+++ b/spec/Connection_Interface_Privacy.xml
@@ -54,7 +54,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="PrivacyModeChanged"
tp:name-for-bindings="Privacy_Mode_Changed">
- <arg name="mode" type="s">
+ <arg name="Mode" type="s">
<tp:docstring>
The current privacy mode
</tp:docstring>
@@ -65,7 +65,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<method name="SetPrivacyMode" tp:name-for-bindings="Set_Privacy_Mode">
- <arg direction="in" name="mode" type="s">
+ <arg direction="in" name="Mode" type="s">
<tp:docstring>
The desired privacy mode
</tp:docstring>
diff --git a/spec/Connection_Interface_Renaming.xml b/spec/Connection_Interface_Renaming.xml
index 9d0c33a..8401288 100644
--- a/spec/Connection_Interface_Renaming.xml
+++ b/spec/Connection_Interface_Renaming.xml
@@ -22,12 +22,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
tp:causes-havoc='not well-tested'>
<tp:requires interface="org.freedesktop.Telepathy.Connection"/>
<signal name="Renamed">
- <arg name="original" type="u" tp:type="Contact_Handle">
+ <arg name="Original" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the original identifier
</tp:docstring>
</arg>
- <arg name="new" type="u" tp:type="Contact_Handle">
+ <arg name="New" type="u" tp:type="Contact_Handle">
<tp:docstring>
The handle of the new identifier
</tp:docstring>
@@ -62,7 +62,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<method name="RequestRename" tp:name-for-bindings="Request_Rename">
- <arg direction="in" name="name" type="s">
+ <arg direction="in" name="Name" type="s">
<tp:docstring>
The desired identifier
</tp:docstring>
diff --git a/spec/Connection_Interface_Simple_Presence.xml b/spec/Connection_Interface_Simple_Presence.xml
index ba9bc80..8e38f48 100644
--- a/spec/Connection_Interface_Simple_Presence.xml
+++ b/spec/Connection_Interface_Simple_Presence.xml
@@ -130,7 +130,7 @@
</tp:mapping>
<method name="SetPresence" tp:name-for-bindings="Set_Presence">
- <arg direction="in" name="status" type="s">
+ <arg direction="in" name="Status" type="s">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>The string identifier of the desired status. Possible status
identifiers are defined in the
@@ -153,7 +153,7 @@
</tp:rationale>
</tp:docstring>
</arg>
- <arg direction="in" name="status_message" type="s">
+ <arg direction="in" name="Status_Message" type="s">
<tp:docstring>
The status message associated with the current status.
</tp:docstring>
@@ -190,12 +190,12 @@
</method>
<method name="GetPresences" tp:name-for-bindings="Get_Presences">
- <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
+ <arg direction="in" name="Contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
An array of the contacts whose presence should be obtained.
</tp:docstring>
</arg>
- <arg direction="out" name="presence" type="a{u(uss)}"
+ <arg direction="out" name="Presence" type="a{u(uss)}"
tp:type="Simple_Contact_Presences">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>Presence information in the same format as for the
@@ -266,7 +266,7 @@
</property>
<signal name="PresencesChanged" tp:name-for-bindings="Presences_Changed">
- <arg name="presence" type="a{u(uss)}" tp:type="Simple_Contact_Presences">
+ <arg name="Presence" type="a{u(uss)}" tp:type="Simple_Contact_Presences">
<tp:docstring>
A dictionary of contact handles mapped to the status,
presence type and status message.
diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index cde98fd..3dd5d33 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -141,7 +141,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:flags>
<method name="GetParameters" tp:name-for-bindings="Get_Parameters">
- <arg direction="in" name="proto" type="s" tp:type="Protocol">
+ <arg direction="in" name="Proto" type="s" tp:type="Protocol">
<tp:docstring>
The required protocol name
</tp:docstring>
@@ -177,17 +177,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="NewConnection" tp:name-for-bindings="New_Connection">
- <arg name="bus_name" type="s" tp:type="DBus_Bus_Name">
+ <arg name="Bus_Name" type="s" tp:type="DBus_Bus_Name">
<tp:docstring>
The D-Bus service where the connection object can be found
</tp:docstring>
</arg>
- <arg name="object_path" type="o">
+ <arg name="Object_Path" type="o">
<tp:docstring>
The object path of the Connection object on this service
</tp:docstring>
</arg>
- <arg name="proto" type="s" tp:type="Protocol">
+ <arg name="Proto" type="s" tp:type="Protocol">
<tp:docstring>
The identifier for the protocol this connection uses
</tp:docstring>
@@ -198,12 +198,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<method name="RequestConnection" tp:name-for-bindings="Request_Connection">
- <arg direction="in" name="proto" type="s" tp:type="Protocol">
+ <arg direction="in" name="Proto" type="s" tp:type="Protocol">
<tp:docstring>
The protocol identifier
</tp:docstring>
</arg>
- <arg direction="in" name="parameters" type="a{sv}"
+ <arg direction="in" name="Parameters" type="a{sv}"
tp:type="String_Variant_Map">
<tp:docstring>
A dictionary mapping parameter name to the variant boxed value
diff --git a/spec/Media_Session_Handler.xml b/spec/Media_Session_Handler.xml
index 02b53b4..8719f00 100644
--- a/spec/Media_Session_Handler.xml
+++ b/spec/Media_Session_Handler.xml
@@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:license>
<interface name="org.freedesktop.Telepathy.Media.SessionHandler">
<method name="Error">
- <arg direction="in" name="errno" type="u"/>
- <arg direction="in" name="message" type="s"/>
+ <arg direction="in" name="Errno" type="u"/>
+ <arg direction="in" name="Message" type="s"/>
<tp:docstring>
THIS METHOD IS DEPRECATED AND SHOULD NOT BE USED. Instead the Error
function should be used on the relevant MediaStreamHandler objects.
@@ -32,23 +32,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</method>
<signal name="NewStreamHandler" tp:name-for-bindings="New_Stream_Handler">
- <arg name="stream_handler" type="o">
+ <arg name="Stream_Handler" type="o">
<tp:docstring>
An object path to a new MediaStreamHandler
</tp:docstring>
</arg>
- <arg name="id" type="u">
+ <arg name="ID" type="u">
<tp:docstring>
The unique ID of the new stream
</tp:docstring>
</arg>
- <arg name="media_type" type="u" tp:type="Media_Stream_Type">
+ <arg name="Media_Type" type="u" tp:type="Media_Stream_Type">
<tp:docstring>
Enum for type of media that this stream should handle
(a value from MediaStreamType)
</tp:docstring>
</arg>
- <arg name="direction" type="u" tp:type="Media_Stream_Direction">
+ <arg name="Direction" type="u" tp:type="Media_Stream_Direction">
<tp:docstring>
Enum for direction of this stream (a value from
MediaStreamDirection)
diff --git a/spec/Media_Stream_Handler.xml b/spec/Media_Stream_Handler.xml
index ea34470..02ce82c 100644
--- a/spec/Media_Stream_Handler.xml
+++ b/spec/Media_Stream_Handler.xml
@@ -54,12 +54,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<signal name="AddRemoteCandidate"
tp:name-for-bindings="Add_Remote_Candidate">
- <arg name="candidate_id" type="s">
+ <arg name="Candidate_ID" type="s">
<tp:docstring>
String identifier for this candidate
</tp:docstring>
</arg>
- <arg name="transports" type="a(usuussduss)"
+ <arg name="Transports" type="a(usuussduss)"
tp:type="Media_Stream_Handler_Transport[]">
<tp:docstring>
Array of transports for this candidate with fields,
@@ -78,18 +78,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<method name="CodecChoice" tp:name-for-bindings="Codec_Choice">
- <arg direction="in" name="codec_id" type="u"/>
+ <arg direction="in" name="Codec_ID" type="u"/>
<tp:docstring>
Inform the connection manager of the current codec choice.
</tp:docstring>
</method>
<method name="Error">
- <arg direction="in" name="errno" type="u" tp:type="Media_Stream_Error">
+ <arg direction="in" name="Errno" type="u" tp:type="Media_Stream_Error">
<tp:docstring>
ID of error, from the MediaStreamError enumeration
</tp:docstring>
</arg>
- <arg direction="in" name="message" type="s">
+ <arg direction="in" name="Message" type="s">
<tp:docstring>
String describing the error
</tp:docstring>
@@ -121,8 +121,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<method name="NewActiveCandidatePair"
tp:name-for-bindings="New_Active_Candidate_Pair">
- <arg direction="in" name="native_candidate_id" type="s"/>
- <arg direction="in" name="remote_candidate_id" type="s"/>
+ <arg direction="in" name="Native_Candidate_ID" type="s"/>
+ <arg direction="in" name="Remote_Candidate_ID" type="s"/>
<tp:docstring>
Informs the connection manager that a valid candidate pair
has been discovered and streaming is in progress.
@@ -138,12 +138,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:enum>
<method name="NewNativeCandidate"
tp:name-for-bindings="New_Native_Candidate">
- <arg direction="in" name="candidate_id" type="s">
+ <arg direction="in" name="Candidate_ID" type="s">
<tp:docstring>
String identifier for this candidate
</tp:docstring>
</arg>
- <arg direction="in" name="transports" type="a(usuussduss)"
+ <arg direction="in" name="Transports" type="a(usuussduss)"
tp:type="Media_Stream_Handler_Transport[]">
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
Array of transports for this candidate, with fields:
@@ -185,7 +185,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:enumvalue>
</tp:enum>
<method name="Ready">
- <arg direction="in" name="codecs" type="a(usuuua{ss})"
+ <arg direction="in" name="Codecs" type="a(usuuua{ss})"
tp:type="Media_Stream_Handler_Codec[]">
<tp:docstring>
As for SupportedCodecs.
@@ -198,7 +198,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</method>
<method name="SetLocalCodecs" tp:name-for-bindings="Set_Local_Codecs">
- <arg name="codecs" type="a(usuuua{ss})" direction="in"
+ <arg name="Codecs" type="a(usuuua{ss})" direction="in"
tp:type="Media_Stream_Handler_Codec[]">
<tp:docstring>Codecs in the same format as for
SupportedCodecs, which have the same semantics as the
@@ -212,7 +212,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</method>
<signal name="RemoveRemoteCandidate"
tp:name-for-bindings="Remove_Remote_Candidate">
- <arg name="candidate_id" type="s">
+ <arg name="Candidate_ID" type="s">
<tp:docstring>
String identifier for remote candidate to drop
</tp:docstring>
@@ -225,8 +225,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="SetActiveCandidatePair"
tp:name-for-bindings="Set_Active_Candidate_Pair">
- <arg name="native_candidate_id" type="s"/>
- <arg name="remote_candidate_id" type="s"/>
+ <arg name="Native_Candidate_ID" type="s"/>
+ <arg name="Remote_Candidate_ID" type="s"/>
<tp:docstring>
Emitted by the connection manager to inform the client that a
valid candidate pair has been discovered by the remote end
@@ -235,7 +235,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="SetRemoteCandidateList"
tp:name-for-bindings="Set_Remote_Candidate_List">
- <arg name="remote_candidates" type="a(sa(usuussduss))"
+ <arg name="Remote_Candidates" type="a(sa(usuussduss))"
tp:type="Media_Stream_Handler_Candidate[]">
<tp:docstring>
A list of candidate id and a list of transports
@@ -248,7 +248,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<signal name="SetRemoteCodecs" tp:name-for-bindings="Set_Remote_Codecs">
- <arg name="codecs" type="a(usuuua{ss})"
+ <arg name="Codecs" type="a(usuuua{ss})"
tp:type="Media_Stream_Handler_Codec[]">
<tp:docstring>As for SupportedCodecs</tp:docstring>
</arg>
@@ -258,14 +258,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<signal name="SetStreamPlaying" tp:name-for-bindings="Set_Stream_Playing">
- <arg name="playing" type="b"/>
+ <arg name="Playing" type="b"/>
<tp:docstring>
Signal emitted when the connection manager wishes to set the
stream playing or stopped.
</tp:docstring>
</signal>
<signal name="SetStreamSending" tp:name-for-bindings="Set_Stream_Sending">
- <arg name="sending" type="b"/>
+ <arg name="Sending" type="b"/>
<tp:docstring>
Signal emitted when the connection manager wishes to set whether or not
the stream sends to the remote end.
@@ -273,7 +273,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</signal>
<signal name="StartTelephonyEvent"
tp:name-for-bindings="Start_Telephony_Event">
- <arg name="event" type="y">
+ <arg name="Event" type="y">
<tp:docstring>
A telephony event code as defined by RFC 4733.
</tp:docstring>
@@ -291,14 +291,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:docstring>
</signal>
<method name="StreamState" tp:name-for-bindings="Stream_State">
- <arg direction="in" name="state" type="u" tp:type="Media_Stream_State"/>
+ <arg direction="in" name="State" type="u" tp:type="Media_Stream_State"/>
<tp:docstring>
Informs the connection manager of the stream's current state, as
as specified in Channel.Type.StreamedMedia::ListStreams.
</tp:docstring>
</method>
<method name="SupportedCodecs" tp:name-for-bindings="Supported_Codecs">
- <arg direction="in" name="codecs" type="a(usuuua{ss})"
+ <arg direction="in" name="Codecs" type="a(usuuua{ss})"
tp:type="Media_Stream_Handler_Codec[]">
<tp:docstring>
List of codec info structures, each containing:
diff --git a/spec/Properties_Interface.xml b/spec/Properties_Interface.xml
index cc8df7f..fd52296 100644
--- a/spec/Properties_Interface.xml
+++ b/spec/Properties_Interface.xml
@@ -59,7 +59,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
Returns an array of (identifier, value) pairs containing the current
values of the given properties.
</tp:docstring>
- <arg direction="in" name="properties" type="au" tp:type="Property_ID[]">
+ <arg direction="in" name="Properties" type="au" tp:type="Property_ID[]">
<tp:docstring>An array of property identifiers</tp:docstring>
</arg>
<arg direction="out" type="a(uv)" tp:type="Property_Value[]">
@@ -108,7 +108,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring>
Emitted when the value of readable properties has changed.
</tp:docstring>
- <arg name="properties" type="a(uv)" tp:type="Property_Value[]">
+ <arg name="Properties" type="a(uv)" tp:type="Property_Value[]">
<!-- XXX: if we're ever breaking API compatibility, make this a{uv} -->
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An array of structs containing:</p>
@@ -126,7 +126,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring>
Emitted when the flags of some room properties have changed.
</tp:docstring>
- <arg name="properties" type="a(uu)" tp:type="Property_Flags_Change[]">
+ <arg name="Properties" type="a(uu)" tp:type="Property_Flags_Change[]">
<!-- XXX: if we're ever breaking API compatibility, make this a{uu} -->
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An array of structs containing:</p>
@@ -152,7 +152,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
are invalid, InvalidArgument will be returned.</p>
</tp:docstring>
- <arg direction="in" name="properties" type="a(uv)"
+ <arg direction="in" name="Properties" type="a(uv)"
tp:type="Property_Value[]">
<!-- XXX: if we're ever breaking API compatibility, make this a{uv} -->
<tp:docstring>
--
1.5.6.3
More information about the Telepathy-commits
mailing list