~timchen119/ubuntu/trusty/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to docs/reference/libgnome-bluetooth/xml/bluetooth-enums.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-07 15:13:11 UTC
  • mto: (2.2.1 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100107151311-vp5pnkrksrlfxnj4
Tags: upstream-2.29.3
ImportĀ upstreamĀ versionĀ 2.29.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        BLUETOOTH_COLUMN_NAME,
202
202
        BLUETOOTH_COLUMN_TYPE,
203
203
        BLUETOOTH_COLUMN_ICON,
204
 
        BLUETOOTH_COLUMN_RSSI,
205
204
        BLUETOOTH_COLUMN_DEFAULT,
206
205
        BLUETOOTH_COLUMN_PAIRED,
207
206
        BLUETOOTH_COLUMN_TRUSTED,
208
207
        BLUETOOTH_COLUMN_CONNECTED,
 
208
        BLUETOOTH_COLUMN_DISCOVERABLE,
209
209
        BLUETOOTH_COLUMN_DISCOVERING,
210
210
        BLUETOOTH_COLUMN_LEGACYPAIRING,
211
211
        BLUETOOTH_COLUMN_POWERED,
248
248
<listitem><simpara> a string representing the icon name for the device. Only available for devices.
249
249
</simpara></listitem>
250
250
</varlistentry>
251
 
<varlistentry id="BLUETOOTH-COLUMN-RSSI--CAPS" role="constant">
252
 
<term><literal>BLUETOOTH_COLUMN_RSSI</literal></term>
253
 
<listitem><simpara> an indication of signal strength
254
 
</simpara></listitem>
255
 
</varlistentry>
256
251
<varlistentry id="BLUETOOTH-COLUMN-DEFAULT--CAPS" role="constant">
257
252
<term><literal>BLUETOOTH_COLUMN_DEFAULT</literal></term>
258
253
<listitem><simpara> whether the adapter is the default one. Only available for adapters.
273
268
<listitem><simpara> whether the device is connected. Only available for devices.
274
269
</simpara></listitem>
275
270
</varlistentry>
 
271
<varlistentry id="BLUETOOTH-COLUMN-DISCOVERABLE--CAPS" role="constant">
 
272
<term><literal>BLUETOOTH_COLUMN_DISCOVERABLE</literal></term>
 
273
<listitem><simpara> whether the adapter is discoverable/visible. Only available for adapters.
 
274
</simpara></listitem>
 
275
</varlistentry>
276
276
<varlistentry id="BLUETOOTH-COLUMN-DISCOVERING--CAPS" role="constant">
277
277
<term><literal>BLUETOOTH_COLUMN_DISCOVERING</literal></term>
278
278
<listitem><simpara> whether the adapter is discovering. Only available for adapters.