~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to spec/Channel_Interface_Service_Point.xml

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-06-14 17:42:08 UTC
  • mfrom: (1.6.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100614174208-7b6teypo8jnx5uux
Tags: 0.11.7-1
* New upstream version
  - requires gobject-introspection 0.6.13
  - new ABI, API

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
License along with this library; if not, write to the Free Software
18
18
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
19
19
  </tp:license>
20
 
  <interface name="org.freedesktop.Telepathy.Channel.Interface.ServicePoint.DRAFT" tp:causes-havoc="experimental">
21
 
    <tp:added version="0.19.6">(draft version, not API-stable)</tp:added>
 
20
  <interface name="org.freedesktop.Telepathy.Channel.Interface.ServicePoint">
 
21
    <tp:added version="0.19.7">(as stable API)</tp:added>
22
22
 
23
23
    <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
24
24
      <p>An interface for channels
55
55
      type="(us)" tp:type="Service_Point" access="read">
56
56
      <tp:docstring>
57
57
        The service point that the channel is connected to. If the channel is
58
 
        not connected to any service points, the CM MUST set the
59
 
        <tp:type>Service_Point_Type</tp:type> field to None.
 
58
        not connected to a service point, the CM MUST set the
 
59
        <tp:type>Service_Point_Type</tp:type> field to None; for instance,
 
60
        this will be the case for ordinary calls.
60
61
      </tp:docstring>
61
62
    </property>
62
63
 
73
74
        be in the process of connecting to the new service point.</p>
74
75
      </tp:docstring>
75
76
 
76
 
      <arg name="ServicePoint" type="(us)" tp:type="Service_Point">
 
77
      <arg name="Service_Point" type="(us)" tp:type="Service_Point">
77
78
        <tp:docstring>
78
79
          The new service point that is being used.
79
80
        </tp:docstring>