diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-08-11 15:37:10 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-08-18 10:11:38 +0200 |
commit | 7d45401fe9886840b848c8ccb90a011dbefffe63 (patch) | |
tree | a99e054a67e7d7d491fb8bca7d3fb685dbfd399e /extensions | |
parent | f9112e4c7f5926ed41b690e2665c463d5ffc8253 (diff) |
Improvements to the docs for AddActivity and GetActivity
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"/> |