~ubuntu-branches/ubuntu/utopic/telepathy-python/utopic

« back to all changes in this revision

Viewing changes to spec/Channel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-02-23 11:15:10 UTC
  • mfrom: (1.1.13 upstream) (8.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090223111510-hlm7wiq24fa93o8k
Tags: 0.15.7-1
* New upstream release.
* debian/control: Removed XS-Dm-Upload-Allowed.
* debian/gbp.conf: Removed no-create-orig field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
    <method name="GetChannelType" tp:name-for-bindings="Get_Channel_Type">
221
221
      <tp:deprecated version="0.17.7">Use the ChannelType
222
222
        property if possible.</tp:deprecated>
223
 
      <arg direction="out" type="s" tp:type="DBus_Interface">
 
223
      <arg direction="out" type="s" tp:type="DBus_Interface"
 
224
        name="Channel_Type">
224
225
        <tp:docstring>The interface name</tp:docstring>
225
226
      </arg>
226
227
      <tp:docstring>
238
239
    <method name="GetHandle" tp:name-for-bindings="Get_Handle">
239
240
      <tp:deprecated version="0.17.7">Use the TargetHandleType
240
241
        and TargetHandle properties if possible.</tp:deprecated>
241
 
      <arg direction="out" type="u" tp:type="Handle_Type">
 
242
      <arg direction="out" type="u" tp:type="Handle_Type"
 
243
        name="Target_Handle_Type">
242
244
        <tp:docstring>
243
245
          The same as TargetHandleType.
244
246
        </tp:docstring>
245
247
      </arg>
246
 
      <arg direction="out" type="u" tp:type="Handle">
 
248
      <arg direction="out" type="u" tp:type="Handle" name="Target_Handle">
247
249
        <tp:docstring>
248
250
          The same as TargetHandle.
249
251
        </tp:docstring>
266
268
    <method name="GetInterfaces" tp:name-for-bindings="Get_Interfaces">
267
269
      <tp:deprecated version="0.17.7">Use the Interfaces
268
270
        property if possible.</tp:deprecated>
269
 
      <arg direction="out" type="as" tp:type="DBus_Interface[]">
 
271
      <arg direction="out" type="as" tp:type="DBus_Interface[]"
 
272
        name="Interfaces">
270
273
        <tp:docstring>
271
274
          An array of the D-Bus interface names
272
275
        </tp:docstring>
339
342
            dispatcher that channels with suppress_handler false are
340
343
            indeed unrequested.</p>
341
344
        </tp:rationale>
 
345
 
 
346
        <p>It does not make sense for this property to be in channel
 
347
          requests—it will always be true for channels returned by
 
348
          CreateChannel, and callers of EnsureChannel cannot control whether an
 
349
          existing channel was originally requested locally—so it MUST NOT
 
350
          be accepted.</p>
342
351
      </tp:docstring>
343
352
    </property>
344
353