1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="UPower Reference Manual" link="index.html" author="Richard Hughes" name="UPower" version="2" language="c">
<chapters>
<sub name="D-Bus API Reference" link="ref-dbus.html">
<sub name="org.freedesktop.UPower" link="UPower.html"/>
<sub name="org.freedesktop.UPower.Device" link="Device.html"/>
<sub name="org.freedesktop.UPower.KbdBacklight" link="KbdBacklight.html"/>
</sub>
<sub name="libupower-glib GObjects" link="libupower-glib.html">
<sub name="up-client" link="UPower-up-client.html"/>
<sub name="up-device" link="UPower-up-device.html"/>
<sub name="up-history-item" link="UPower-up-history-item.html"/>
<sub name="up-stats-item" link="UPower-up-stats-item.html"/>
<sub name="up-wakeup-item" link="UPower-up-wakeup-item.html"/>
</sub>
<sub name="libupower-glib helpers" link="libupower-glib-helpers.html">
<sub name="up-types" link="UPower-up-types.html"/>
</sub>
<sub name="Manual Pages" link="tools-fileformats.html">
<sub name="UPower" link="UPower.7.html"/>
<sub name="upowerd" link="upowerd.8.html"/>
<sub name="upower" link="upower.1.html"/>
</sub>
<sub name="Index" link="ix01.html"/>
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
<sub name="License" link="license.html"/>
</chapters>
<functions>
<keyword type="" name="EnumerateDevices ()" link="UPower.html#UPower.EnumerateDevices"/>
<keyword type="" name="GetDisplayDevice ()" link="UPower.html#UPower.GetDisplayDevice"/>
<keyword type="" name="GetCriticalAction ()" link="UPower.html#UPower.GetCriticalAction"/>
<keyword type="" name="The DeviceAdded signal" link="UPower.html#UPower::DeviceAdded"/>
<keyword type="" name="The DeviceRemoved signal" link="UPower.html#UPower::DeviceRemoved"/>
<keyword type="" name="The "DaemonVersion" property" link="UPower.html#UPower:DaemonVersion"/>
<keyword type="" name="The "OnBattery" property" link="UPower.html#UPower:OnBattery"/>
<keyword type="" name="The "LidIsClosed" property" link="UPower.html#UPower:LidIsClosed"/>
<keyword type="" name="The "LidIsPresent" property" link="UPower.html#UPower:LidIsPresent"/>
<keyword type="" name="Refresh ()" link="Device.html#Device.Refresh"/>
<keyword type="" name="GetHistory ()" link="Device.html#Device.GetHistory"/>
<keyword type="" name="GetStatistics ()" link="Device.html#Device.GetStatistics"/>
<keyword type="" name="The "NativePath" property" link="Device.html#Device:NativePath"/>
<keyword type="" name="The "Vendor" property" link="Device.html#Device:Vendor"/>
<keyword type="" name="The "Model" property" link="Device.html#Device:Model"/>
<keyword type="" name="The "Serial" property" link="Device.html#Device:Serial"/>
<keyword type="" name="The "UpdateTime" property" link="Device.html#Device:UpdateTime"/>
<keyword type="" name="The "Type" property" link="Device.html#Device:Type"/>
<keyword type="" name="The "PowerSupply" property" link="Device.html#Device:PowerSupply"/>
<keyword type="" name="The "HasHistory" property" link="Device.html#Device:HasHistory"/>
<keyword type="" name="The "HasStatistics" property" link="Device.html#Device:HasStatistics"/>
<keyword type="" name="The "Online" property" link="Device.html#Device:Online"/>
<keyword type="" name="The "Energy" property" link="Device.html#Device:Energy"/>
<keyword type="" name="The "EnergyEmpty" property" link="Device.html#Device:EnergyEmpty"/>
<keyword type="" name="The "EnergyFull" property" link="Device.html#Device:EnergyFull"/>
<keyword type="" name="The "EnergyFullDesign" property" link="Device.html#Device:EnergyFullDesign"/>
<keyword type="" name="The "EnergyRate" property" link="Device.html#Device:EnergyRate"/>
<keyword type="" name="The "Voltage" property" link="Device.html#Device:Voltage"/>
<keyword type="" name="The "Luminosity" property" link="Device.html#Device:Luminosity"/>
<keyword type="" name="The "TimeToEmpty" property" link="Device.html#Device:TimeToEmpty"/>
<keyword type="" name="The "TimeToFull" property" link="Device.html#Device:TimeToFull"/>
<keyword type="" name="The "Percentage" property" link="Device.html#Device:Percentage"/>
<keyword type="" name="The "Temperature" property" link="Device.html#Device:Temperature"/>
<keyword type="" name="The "IsPresent" property" link="Device.html#Device:IsPresent"/>
<keyword type="" name="The "State" property" link="Device.html#Device:State"/>
<keyword type="" name="The "IsRechargeable" property" link="Device.html#Device:IsRechargeable"/>
<keyword type="" name="The "Capacity" property" link="Device.html#Device:Capacity"/>
<keyword type="" name="The "Technology" property" link="Device.html#Device:Technology"/>
<keyword type="" name="The "WarningLevel" property" link="Device.html#Device:WarningLevel"/>
<keyword type="" name="The "IconName" property" link="Device.html#Device:IconName"/>
<keyword type="" name="GetMaxBrightness ()" link="KbdBacklight.html#KbdBacklight.GetMaxBrightness"/>
<keyword type="" name="GetBrightness ()" link="KbdBacklight.html#KbdBacklight.GetBrightness"/>
<keyword type="" name="SetBrightness ()" link="KbdBacklight.html#KbdBacklight.SetBrightness"/>
<keyword type="" name="The BrightnessChanged signal" link="KbdBacklight.html#KbdBacklight::BrightnessChanged"/>
<keyword type="function" name="device_added ()" link="UPower-up-client.html#device-added"/>
<keyword type="function" name="device_removed ()" link="UPower-up-client.html#device-removed"/>
<keyword type="function" name="_up_client_reserved1 ()" link="UPower-up-client.html#up-client-reserved1"/>
<keyword type="function" name="_up_client_reserved2 ()" link="UPower-up-client.html#up-client-reserved2"/>
<keyword type="function" name="_up_client_reserved3 ()" link="UPower-up-client.html#up-client-reserved3"/>
<keyword type="function" name="_up_client_reserved4 ()" link="UPower-up-client.html#up-client-reserved4"/>
<keyword type="function" name="_up_client_reserved5 ()" link="UPower-up-client.html#up-client-reserved5"/>
<keyword type="function" name="_up_client_reserved6 ()" link="UPower-up-client.html#up-client-reserved6"/>
<keyword type="function" name="_up_client_reserved7 ()" link="UPower-up-client.html#up-client-reserved7"/>
<keyword type="function" name="_up_client_reserved8 ()" link="UPower-up-client.html#up-client-reserved8"/>
<keyword type="function" name="up_client_new ()" link="UPower-up-client.html#up-client-new" since="0.9.0"/>
<keyword type="function" name="up_client_get_display_device ()" link="UPower-up-client.html#up-client-get-display-device" since="1.0"/>
<keyword type="function" name="up_client_get_critical_action ()" link="UPower-up-client.html#up-client-get-critical-action" since="1.0"/>
<keyword type="function" name="up_client_get_devices ()" link="UPower-up-client.html#up-client-get-devices" since="0.9.0"/>
<keyword type="function" name="up_client_get_daemon_version ()" link="UPower-up-client.html#up-client-get-daemon-version" since="0.9.0"/>
<keyword type="function" name="up_client_get_lid_is_closed ()" link="UPower-up-client.html#up-client-get-lid-is-closed" since="0.9.0"/>
<keyword type="function" name="up_client_get_lid_is_present ()" link="UPower-up-client.html#up-client-get-lid-is-present" since="0.9.2"/>
<keyword type="function" name="up_client_get_on_battery ()" link="UPower-up-client.html#up-client-get-on-battery" since="0.9.0"/>
<keyword type="macro" name="UP_CLIENT_ERROR" link="UPower-up-client.html#UP-CLIENT-ERROR:CAPS"/>
<keyword type="macro" name="UP_CLIENT_TYPE_ERROR" link="UPower-up-client.html#UP-CLIENT-TYPE-ERROR:CAPS"/>
<keyword type="function" name="_up_device_reserved1 ()" link="UPower-up-device.html#up-device-reserved1"/>
<keyword type="function" name="_up_device_reserved2 ()" link="UPower-up-device.html#up-device-reserved2"/>
<keyword type="function" name="_up_device_reserved3 ()" link="UPower-up-device.html#up-device-reserved3"/>
<keyword type="function" name="_up_device_reserved4 ()" link="UPower-up-device.html#up-device-reserved4"/>
<keyword type="function" name="_up_device_reserved5 ()" link="UPower-up-device.html#up-device-reserved5"/>
<keyword type="function" name="_up_device_reserved6 ()" link="UPower-up-device.html#up-device-reserved6"/>
<keyword type="function" name="_up_device_reserved7 ()" link="UPower-up-device.html#up-device-reserved7"/>
<keyword type="function" name="_up_device_reserved8 ()" link="UPower-up-device.html#up-device-reserved8"/>
<keyword type="function" name="up_device_new ()" link="UPower-up-device.html#up-device-new" since="0.9.0"/>
<keyword type="function" name="up_device_to_text ()" link="UPower-up-device.html#up-device-to-text" since="0.9.0"/>
<keyword type="function" name="up_device_refresh_sync ()" link="UPower-up-device.html#up-device-refresh-sync" since="0.9.0"/>
<keyword type="function" name="up_device_set_object_path_sync ()" link="UPower-up-device.html#up-device-set-object-path-sync" since="0.9.0"/>
<keyword type="function" name="up_device_get_history_sync ()" link="UPower-up-device.html#up-device-get-history-sync" since="0.9.0"/>
<keyword type="function" name="up_device_get_statistics_sync ()" link="UPower-up-device.html#up-device-get-statistics-sync" since="0.9.0"/>
<keyword type="function" name="up_device_get_object_path ()" link="UPower-up-device.html#up-device-get-object-path" since="0.9.0"/>
<keyword type="macro" name="UP_DEVICE_ERROR" link="UPower-up-device.html#UP-DEVICE-ERROR:CAPS"/>
<keyword type="macro" name="UP_DEVICE_TYPE_ERROR" link="UPower-up-device.html#UP-DEVICE-TYPE-ERROR:CAPS"/>
<keyword type="function" name="up_history_item_new ()" link="UPower-up-history-item.html#up-history-item-new" since="0.9.0"/>
<keyword type="function" name="up_history_item_get_value ()" link="UPower-up-history-item.html#up-history-item-get-value" since="0.9.0"/>
<keyword type="function" name="up_history_item_set_value ()" link="UPower-up-history-item.html#up-history-item-set-value" since="0.9.0"/>
<keyword type="function" name="up_history_item_get_time ()" link="UPower-up-history-item.html#up-history-item-get-time" since="0.9.0"/>
<keyword type="function" name="up_history_item_set_time ()" link="UPower-up-history-item.html#up-history-item-set-time" since="0.9.0"/>
<keyword type="function" name="up_history_item_set_time_to_present ()" link="UPower-up-history-item.html#up-history-item-set-time-to-present" since="0.9.1"/>
<keyword type="function" name="up_history_item_get_state ()" link="UPower-up-history-item.html#up-history-item-get-state" since="0.9.0"/>
<keyword type="function" name="up_history_item_set_state ()" link="UPower-up-history-item.html#up-history-item-set-state" since="0.9.0"/>
<keyword type="function" name="up_history_item_to_string ()" link="UPower-up-history-item.html#up-history-item-to-string" since="0.9.1"/>
<keyword type="function" name="up_history_item_set_from_string ()" link="UPower-up-history-item.html#up-history-item-set-from-string" since="0.9.1"/>
<keyword type="function" name="up_stats_item_new ()" link="UPower-up-stats-item.html#up-stats-item-new" since="0.9.0"/>
<keyword type="function" name="up_stats_item_get_value ()" link="UPower-up-stats-item.html#up-stats-item-get-value" since="0.9.0"/>
<keyword type="function" name="up_stats_item_set_value ()" link="UPower-up-stats-item.html#up-stats-item-set-value" since="0.9.0"/>
<keyword type="function" name="up_stats_item_get_accuracy ()" link="UPower-up-stats-item.html#up-stats-item-get-accuracy" since="0.9.0"/>
<keyword type="function" name="up_stats_item_set_accuracy ()" link="UPower-up-stats-item.html#up-stats-item-set-accuracy" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_new ()" link="UPower-up-wakeup-item.html#up-wakeup-item-new" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_get_is_userspace ()" link="UPower-up-wakeup-item.html#up-wakeup-item-get-is-userspace" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_set_is_userspace ()" link="UPower-up-wakeup-item.html#up-wakeup-item-set-is-userspace" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_get_id ()" link="UPower-up-wakeup-item.html#up-wakeup-item-get-id" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_set_id ()" link="UPower-up-wakeup-item.html#up-wakeup-item-set-id" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_get_old ()" link="UPower-up-wakeup-item.html#up-wakeup-item-get-old" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_set_old ()" link="UPower-up-wakeup-item.html#up-wakeup-item-set-old" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_get_value ()" link="UPower-up-wakeup-item.html#up-wakeup-item-get-value" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_set_value ()" link="UPower-up-wakeup-item.html#up-wakeup-item-set-value" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_get_cmdline ()" link="UPower-up-wakeup-item.html#up-wakeup-item-get-cmdline" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_set_cmdline ()" link="UPower-up-wakeup-item.html#up-wakeup-item-set-cmdline" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_get_details ()" link="UPower-up-wakeup-item.html#up-wakeup-item-get-details" since="0.9.0"/>
<keyword type="function" name="up_wakeup_item_set_details ()" link="UPower-up-wakeup-item.html#up-wakeup-item-set-details" since="0.9.0"/>
<keyword type="function" name="up_device_kind_to_string ()" link="UPower-up-types.html#up-device-kind-to-string" since="0.9.0"/>
<keyword type="function" name="up_device_state_to_string ()" link="UPower-up-types.html#up-device-state-to-string" since="0.9.0"/>
<keyword type="function" name="up_device_technology_to_string ()" link="UPower-up-types.html#up-device-technology-to-string" since="0.9.0"/>
<keyword type="function" name="up_device_level_to_string ()" link="UPower-up-types.html#up-device-level-to-string" since="1.0"/>
<keyword type="function" name="up_device_kind_from_string ()" link="UPower-up-types.html#up-device-kind-from-string" since="0.9.0"/>
<keyword type="function" name="up_device_state_from_string ()" link="UPower-up-types.html#up-device-state-from-string" since="0.9.0"/>
<keyword type="function" name="up_device_technology_from_string ()" link="UPower-up-types.html#up-device-technology-from-string" since="0.9.0"/>
<keyword type="function" name="up_device_level_from_string ()" link="UPower-up-types.html#up-device-level-from-string" since="1.0"/>
<keyword type="enum" name="enum UpDeviceKind" link="UPower-up-types.html#UpDeviceKind"/>
<keyword type="enum" name="enum UpDeviceState" link="UPower-up-types.html#UpDeviceState"/>
<keyword type="enum" name="enum UpDeviceTechnology" link="UPower-up-types.html#UpDeviceTechnology"/>
<keyword type="enum" name="enum UpDeviceLevel" link="UPower-up-types.html#UpDeviceLevel"/>
</functions>
</book>
|