~ubuntu-branches/ubuntu/precise/network-manager/precise

« back to all changes in this revision

Viewing changes to introspection/nm-device.xml

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-09 16:45:41 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120209164541-4h90zknlsfdb7x35
Tags: 0.9.2.0+git201202091925.c721477-0ubuntu1
* upstream snapshot 2012-02-09 19:25:59 (GMT)
  + c721477d11d4fe144111d6d2eec8f93f2e9186c9
* debian/patches/avoid-periodic-disk-wakeups.patch: refreshed.
* debian/patches/nl3-default-ip6-route.patch: refreshed.
* debian/libnm-glib4.symbols: add symbols:
  + nm_active_connection_get_master@Base
  + nm_client_new_async@Base
  + nm_client_new_finish@Base
  + nm_remote_settings_new_async@Base
  + nm_remote_settings_new_finish@Base
  + nm_device_get_state_reason@Base
* debian/libnm-util2.symbols: add symbols:
  + nm_setting_802_1x_get_pac_file@Base
  + nm_setting_infiniband_get_transport_mode@Base

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        The current state of the device.
52
52
      </tp:docstring>
53
53
    </property>
 
54
    <property name="StateReason" type="(uu)" access="read" tp:type="NM_DEVICE_STATE_REASON_STRUCT">
 
55
      <tp:docstring>
 
56
        The current state and reason for changing to that state.
 
57
      </tp:docstring>
 
58
    </property>
54
59
    <property name="ActiveConnection" type="o" access="read">
55
60
      <tp:docstring>
56
61
        Object path of an ActiveConnection object that "owns" this device during
476
481
          The Bluetooth connection timed out or failed.
477
482
        </tp:docstring>
478
483
      </tp:enumvalue>
 
484
      <tp:enumvalue suffix="GSM_SIM_NOT_INSERTED" value="45">
 
485
        <tp:docstring>
 
486
          GSM Modem's SIM Card not inserted.
 
487
        </tp:docstring>
 
488
      </tp:enumvalue>
 
489
      <tp:enumvalue suffix="GSM_SIM_PIN_REQUIRED" value="46">
 
490
        <tp:docstring>
 
491
          GSM Modem's SIM Pin required.
 
492
        </tp:docstring>
 
493
      </tp:enumvalue>
 
494
      <tp:enumvalue suffix="GSM_SIM_PUK_REQUIRED" value="47">
 
495
        <tp:docstring>
 
496
          GSM Modem's SIM Puk required.
 
497
        </tp:docstring>
 
498
      </tp:enumvalue>
 
499
      <tp:enumvalue suffix="GSM_SIM_WRONG" value="48">
 
500
        <tp:docstring>
 
501
          GSM Modem's SIM wrong
 
502
        </tp:docstring>
 
503
      </tp:enumvalue>
 
504
      <tp:enumvalue suffix="INFINIBAND_MODE" value="49">
 
505
        <tp:docstring>
 
506
          Infiniband device does not support connected mode.
 
507
        </tp:docstring>
 
508
      </tp:enumvalue>
479
509
    </tp:enum>
480
510
 
 
511
    <tp:struct name="NM_DEVICE_STATE_REASON_STRUCT">
 
512
      <tp:member type="u" name="state" tp:type="NM_DEVICE_STATE">
 
513
        <tp:docstring>
 
514
          The device state.
 
515
        </tp:docstring>
 
516
      </tp:member>
 
517
      <tp:member type="u" name="reason" tp:type="NM_DEVICE_STATE_REASON">
 
518
        <tp:docstring>
 
519
          The reason for originally changing to the device state.
 
520
        </tp:docstring>
 
521
      </tp:member>
 
522
    </tp:struct>
481
523
  </interface>
482
524
</node>