~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to doc/api/libhal/html/libhal.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <sub name="License" link="license.html"/>
10
10
  </chapters>
11
11
  <functions>
 
12
    <function name="DBUS_API_SUBJECT_TO_CHANGE" link="libhal-libhal.html#DBUS-API-SUBJECT-TO-CHANGE:CAPS"/>
12
13
    <function name="LIBHAL_DEPRECATED" link="libhal-libhal.html#LIBHAL-DEPRECATED:CAPS"/>
13
14
    <function name="LIBHAL_FREE_DBUS_ERROR()" link="libhal-libhal.html#LIBHAL-FREE-DBUS-ERROR:CAPS"/>
14
15
    <function name="LIBHAL_CHECK_LIBHALCONTEXT()" link="libhal-libhal.html#LIBHAL-CHECK-LIBHALCONTEXT:CAPS"/>
15
16
    <function name="enum LibHalPropertyType" link="libhal-libhal.html#LibHalPropertyType"/>
16
17
    <function name="LibHalContext" link="libhal-libhal.html#LibHalContext"/>
 
18
    <function name="LibHalProperty" link="libhal-libhal.html#LibHalProperty"/>
 
19
    <function name="LibHalPropertySet" link="libhal-libhal.html#LibHalPropertySet"/>
17
20
    <function name="LibHalIntegrateDBusIntoMainLoop ()" link="libhal-libhal.html#LibHalIntegrateDBusIntoMainLoop"/>
18
21
    <function name="LibHalDeviceAdded ()" link="libhal-libhal.html#LibHalDeviceAdded"/>
19
22
    <function name="LibHalDeviceRemoved ()" link="libhal-libhal.html#LibHalDeviceRemoved"/>
25
28
    <function name="LibHalGlobalInterfaceLockReleased ()" link="libhal-libhal.html#LibHalGlobalInterfaceLockReleased"/>
26
29
    <function name="LibHalInterfaceLockAcquired ()" link="libhal-libhal.html#LibHalInterfaceLockAcquired"/>
27
30
    <function name="LibHalInterfaceLockReleased ()" link="libhal-libhal.html#LibHalInterfaceLockReleased"/>
 
31
    <function name="LibHalSingletonDeviceAdded ()" link="libhal-libhal.html#LibHalSingletonDeviceAdded"/>
 
32
    <function name="LibHalSingletonDeviceRemoved ()" link="libhal-libhal.html#LibHalSingletonDeviceRemoved"/>
28
33
    <function name="libhal_ctx_new ()" link="libhal-libhal.html#libhal-ctx-new"/>
29
34
    <function name="libhal_ctx_set_cache ()" link="libhal-libhal.html#libhal-ctx-set-cache"/>
30
35
    <function name="libhal_ctx_set_dbus_connection ()" link="libhal-libhal.html#libhal-ctx-set-dbus-connection"/>
41
46
    <function name="libhal_ctx_set_global_interface_lock_released ()" link="libhal-libhal.html#libhal-ctx-set-global-interface-lock-released"/>
42
47
    <function name="libhal_ctx_set_interface_lock_acquired ()" link="libhal-libhal.html#libhal-ctx-set-interface-lock-acquired"/>
43
48
    <function name="libhal_ctx_set_interface_lock_released ()" link="libhal-libhal.html#libhal-ctx-set-interface-lock-released"/>
 
49
    <function name="libhal_ctx_set_singleton_device_added ()" link="libhal-libhal.html#libhal-ctx-set-singleton-device-added"/>
 
50
    <function name="libhal_ctx_set_singleton_device_removed ()" link="libhal-libhal.html#libhal-ctx-set-singleton-device-removed"/>
44
51
    <function name="libhal_ctx_init ()" link="libhal-libhal.html#libhal-ctx-init"/>
45
52
    <function name="libhal_ctx_shutdown ()" link="libhal-libhal.html#libhal-ctx-shutdown"/>
46
53
    <function name="libhal_ctx_free ()" link="libhal-libhal.html#libhal-ctx-free"/>
77
84
    <function name="libhal_changeset_set_property_strlist ()" link="libhal-libhal.html#libhal-changeset-set-property-strlist"/>
78
85
    <function name="libhal_device_commit_changeset ()" link="libhal-libhal.html#libhal-device-commit-changeset"/>
79
86
    <function name="libhal_device_free_changeset ()" link="libhal-libhal.html#libhal-device-free-changeset"/>
80
 
    <function name="struct LibHalProperty_s" link="libhal-libhal.html#LibHalProperty-s"/>
81
 
    <function name="LibHalProperty" link="libhal-libhal.html#LibHalProperty"/>
82
 
    <function name="struct LibHalPropertySet_s" link="libhal-libhal.html#LibHalPropertySet-s"/>
83
 
    <function name="LibHalPropertySet" link="libhal-libhal.html#LibHalPropertySet"/>
84
87
    <function name="libhal_device_get_all_properties ()" link="libhal-libhal.html#libhal-device-get-all-properties"/>
85
88
    <function name="libhal_property_set_sort ()" link="libhal-libhal.html#libhal-property-set-sort"/>
86
89
    <function name="libhal_free_property_set ()" link="libhal-libhal.html#libhal-free-property-set"/>
87
90
    <function name="libhal_property_set_get_num_elems ()" link="libhal-libhal.html#libhal-property-set-get-num-elems"/>
 
91
    <function name="libhal_ps_get_type ()" link="libhal-libhal.html#libhal-ps-get-type"/>
 
92
    <function name="libhal_ps_get_string ()" link="libhal-libhal.html#libhal-ps-get-string"/>
 
93
    <function name="libhal_ps_get_int32 ()" link="libhal-libhal.html#libhal-ps-get-int32"/>
 
94
    <function name="libhal_ps_get_uint64 ()" link="libhal-libhal.html#libhal-ps-get-uint64"/>
 
95
    <function name="libhal_ps_get_double ()" link="libhal-libhal.html#libhal-ps-get-double"/>
 
96
    <function name="libhal_ps_get_bool ()" link="libhal-libhal.html#libhal-ps-get-bool"/>
88
97
    <function name="struct LibHalPropertySetIterator_s" link="libhal-libhal.html#LibHalPropertySetIterator-s"/>
89
98
    <function name="LibHalPropertySetIterator" link="libhal-libhal.html#LibHalPropertySetIterator"/>
90
99
    <function name="libhal_psi_init ()" link="libhal-libhal.html#libhal-psi-init"/>
120
129
    <function name="libhal_device_emit_condition ()" link="libhal-libhal.html#libhal-device-emit-condition"/>
121
130
    <function name="libhal_device_claim_interface ()" link="libhal-libhal.html#libhal-device-claim-interface"/>
122
131
    <function name="libhal_device_addon_is_ready ()" link="libhal-libhal.html#libhal-device-addon-is-ready"/>
 
132
    <function name="libhal_device_singleton_addon_is_ready ()" link="libhal-libhal.html#libhal-device-singleton-addon-is-ready"/>
123
133
    <function name="libhal_device_acquire_interface_lock ()" link="libhal-libhal.html#libhal-device-acquire-interface-lock"/>
124
134
    <function name="libhal_device_release_interface_lock ()" link="libhal-libhal.html#libhal-device-release-interface-lock"/>
125
135
    <function name="libhal_acquire_global_interface_lock ()" link="libhal-libhal.html#libhal-acquire-global-interface-lock"/>
126
136
    <function name="libhal_release_global_interface_lock ()" link="libhal-libhal.html#libhal-release-global-interface-lock"/>
127
137
    <function name="libhal_device_is_caller_locked_out ()" link="libhal-libhal.html#libhal-device-is-caller-locked-out"/>
128
138
    <function name="libhal_device_is_locked_by_others ()" link="libhal-libhal.html#libhal-device-is-locked-by-others"/>
 
139
    <function name="libhal_device_is_caller_privileged ()" link="libhal-libhal.html#libhal-device-is-caller-privileged"/>
129
140
  </functions>
130
141
</book>