summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Service_Point.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 12:55:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 12:55:57 +0100
commite088736bbff3ac9054ec405412350d468c0304df (patch)
treea700e51acdbc58f788954a400f395b51860548f7 /spec/Channel_Interface_Service_Point.xml
parentc3a9461c1a047bd84253a7226dcde21bdbc31d68 (diff)
downloadtelepathy-glib-e088736bbff3ac9054ec405412350d468c0304df.tar.gz
Update to spec 0.19.7
- update spec/ directory - add WouldBreakAnonymity error to errors.h and documentation - add Chat_State_Map type to documentation - add Account.ConnectionError, Account.ConnectionErrorDetails, ChatState.ChatStates properties to documentation
Diffstat (limited to 'spec/Channel_Interface_Service_Point.xml')
-rw-r--r--spec/Channel_Interface_Service_Point.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/Channel_Interface_Service_Point.xml b/spec/Channel_Interface_Service_Point.xml
index 5a0d540e5..787397b20 100644
--- a/spec/Channel_Interface_Service_Point.xml
+++ b/spec/Channel_Interface_Service_Point.xml
@@ -17,8 +17,8 @@ Lesser General Public License for more details.</p>
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
</tp:license>
- <interface name="org.freedesktop.Telepathy.Channel.Interface.ServicePoint.DRAFT" tp:causes-havoc="experimental">
- <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
+ <interface name="org.freedesktop.Telepathy.Channel.Interface.ServicePoint">
+ <tp:added version="0.19.7">(as stable API)</tp:added>
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>An interface for channels
@@ -55,8 +55,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
type="(us)" tp:type="Service_Point" access="read">
<tp:docstring>
The service point that the channel is connected to. If the channel is
- not connected to any service points, the CM MUST set the
- <tp:type>Service_Point_Type</tp:type> field to None.
+ not connected to a service point, the CM MUST set the
+ <tp:type>Service_Point_Type</tp:type> field to None; for instance,
+ this will be the case for ordinary calls.
</tp:docstring>
</property>
@@ -73,7 +74,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
be in the process of connecting to the new service point.</p>
</tp:docstring>
- <arg name="ServicePoint" type="(us)" tp:type="Service_Point">
+ <arg name="Service_Point" type="(us)" tp:type="Service_Point">
<tp:docstring>
The new service point that is being used.
</tp:docstring>