diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/OLPC_Activity_Properties.xml | 6 | ||||
-rw-r--r-- | extensions/OLPC_Buddy_Info.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/extensions/OLPC_Activity_Properties.xml b/extensions/OLPC_Activity_Properties.xml index 7ca481173..fa1c64f31 100644 --- a/extensions/OLPC_Activity_Properties.xml +++ b/extensions/OLPC_Activity_Properties.xml @@ -64,16 +64,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p> <method name="GetActivity" tp:name-for-bindings="Get_Activity"> <arg direction="in" name="activity_id" type="s"> <tp:docstring> - An integer handle for the contact whose activities are to be returned + An activity id </tp:docstring> </arg> <arg direction="out" name="room" type="u"> <tp:docstring> - Returns the room handle for this activity id. + A room handle </tp:docstring> </arg> <tp:docstring> - Get the properties of a particular activity, raises + Returns the handle of the room associated with this activity </tp:docstring> <tp:possible-errors> <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/> diff --git a/extensions/OLPC_Buddy_Info.xml b/extensions/OLPC_Buddy_Info.xml index b37c4f9a7..262c53d51 100644 --- a/extensions/OLPC_Buddy_Info.xml +++ b/extensions/OLPC_Buddy_Info.xml @@ -111,16 +111,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p> <method name="AddActivity" tp:name-for-bindings="Add_Activity"> <arg direction="in" name="id" type="s"> <tp:docstring> - The identifier of the activity + An activity id </tp:docstring> </arg> <arg direction="in" name="handle" type="u"> <tp:docstring> - The room handle of the activity channel + A room handle </tp:docstring> </arg> <tp:docstring> - Add a shared activity of the local user for this connection. + Advertise an activity associated to a muc room </tp:docstring> <tp:possible-errors> <tp:error name="org.freedesktop.Telepathy.Error.Disconnected"/> |