This file is indexed.

/usr/share/gtk-doc/html/buzztard-ic/buzztard-ic.devhelp2 is in libbuzztard-dev 0.6.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?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="Buzztard Bt-Ic Reference Manual" link="index.html" author="" name="buzztard-ic" version="2" language="c">
  <chapters>
    <sub name="Introduction" link="pr01.html"/>
    <sub name="Overview" link="pt01.html"/>
    <sub name="Interaction Controller Reference" link="libbtic.html">
      <sub name="libbtic" link="buzztard-ic-libbtic.html"/>
      <sub name="BtIcRegistry" link="BtIcRegistry.html"/>
      <sub name="BtIcGudevDiscoverer" link="BtIcGudevDiscoverer.html"/>
      <sub name="BtIcDevice" link="BtIcDevice.html"/>
      <sub name="BtIcInputDevice" link="BtIcInputDevice.html"/>
      <sub name="BtIcMidiDevice" link="BtIcMidiDevice.html"/>
      <sub name="BtIcControl" link="BtIcControl.html"/>
      <sub name="BtIcAbsRangeControl" link="BtIcAbsRangeControl.html"/>
      <sub name="BtIcTriggerControl" link="BtIcTriggerControl.html"/>
      <sub name="BtIcLearn" link="BtIcLearn.html"/>
    </sub>
    <sub name="Appendix" link="pt02.html">
      <sub name="Object Hierarchy" link="objecttree.html"/>
      <sub name="API Index" link="api-index.html"/>
      <sub name="Index of deprecated API" link="api-index-deprecated.html"/>
      <sub name="Index of new API in 0.6" link="api-index-0-6.html"/>
    </sub>
  </chapters>
  <functions>
    <keyword type="function" name="btic_init_get_option_group ()" link="buzztard-ic-libbtic.html#btic-init-get-option-group"/>
    <keyword type="function" name="btic_init_check ()" link="buzztard-ic-libbtic.html#btic-init-check"/>
    <keyword type="function" name="btic_init ()" link="buzztard-ic-libbtic.html#btic-init"/>
    <keyword type="variable" name="btic_major_version" link="buzztard-ic-libbtic.html#btic-major-version"/>
    <keyword type="variable" name="btic_micro_version" link="buzztard-ic-libbtic.html#btic-micro-version"/>
    <keyword type="variable" name="btic_minor_version" link="buzztard-ic-libbtic.html#btic-minor-version"/>
    <keyword type="struct" name="struct BtIcRegistry" link="BtIcRegistry.html#BtIcRegistry-struct"/>
    <keyword type="function" name="btic_registry_new ()" link="BtIcRegistry.html#btic-registry-new"/>
    <keyword type="function" name="btic_registry_add_device ()" link="BtIcRegistry.html#btic-registry-add-device"/>
    <keyword type="function" name="btic_registry_remove_device_by_udi ()" link="BtIcRegistry.html#btic-registry-remove-device-by-udi"/>
    <keyword type="property" name="The &quot;devices&quot; property" link="BtIcRegistry.html#BtIcRegistry--devices"/>
    <keyword type="struct" name="struct BtIcGudevDiscoverer" link="BtIcGudevDiscoverer.html#BtIcGudevDiscoverer-struct"/>
    <keyword type="function" name="btic_gudev_discoverer_new ()" link="BtIcGudevDiscoverer.html#btic-gudev-discoverer-new"/>
    <keyword type="struct" name="struct BtIcDevice" link="BtIcDevice.html#BtIcDevice-struct"/>
    <keyword type="function" name="btic_device_add_control ()" link="BtIcDevice.html#btic-device-add-control"/>
    <keyword type="function" name="btic_device_get_control_by_id ()" link="BtIcDevice.html#btic-device-get-control-by-id" since="0.6"/>
    <keyword type="function" name="btic_device_has_controls ()" link="BtIcDevice.html#btic-device-has-controls" since="0.6"/>
    <keyword type="function" name="btic_device_start ()" link="BtIcDevice.html#btic-device-start"/>
    <keyword type="function" name="btic_device_stop ()" link="BtIcDevice.html#btic-device-stop"/>
    <keyword type="function" name="btic_device_virtual_start ()" link="BtIcDevice.html#btic-device-virtual-start"/>
    <keyword type="function" name="btic_device_virtual_stop ()" link="BtIcDevice.html#btic-device-virtual-stop"/>
    <keyword type="property" name="The &quot;controls&quot; property" link="BtIcDevice.html#BtIcDevice--controls"/>
    <keyword type="property" name="The &quot;name&quot; property" link="BtIcDevice.html#BtIcDevice--name"/>
    <keyword type="property" name="The &quot;udi&quot; property" link="BtIcDevice.html#BtIcDevice--udi"/>
    <keyword type="struct" name="struct BtIcInputDevice" link="BtIcInputDevice.html#BtIcInputDevice-struct"/>
    <keyword type="function" name="btic_input_device_new ()" link="BtIcInputDevice.html#btic-input-device-new"/>
    <keyword type="property" name="The &quot;devnode&quot; property" link="BtIcInputDevice.html#BtIcInputDevice--devnode"/>
    <keyword type="struct" name="struct BtIcMidiDevice" link="BtIcMidiDevice.html#BtIcMidiDevice-struct"/>
    <keyword type="function" name="btic_midi_device_new ()" link="BtIcMidiDevice.html#btic-midi-device-new"/>
    <keyword type="property" name="The &quot;devnode&quot; property" link="BtIcMidiDevice.html#BtIcMidiDevice--devnode"/>
    <keyword type="struct" name="struct BtIcControl" link="BtIcControl.html#BtIcControl-struct"/>
    <keyword type="property" name="The &quot;device&quot; property" link="BtIcControl.html#BtIcControl--device"/>
    <keyword type="property" name="The &quot;id&quot; property" link="BtIcControl.html#BtIcControl--id"/>
    <keyword type="property" name="The &quot;name&quot; property" link="BtIcControl.html#BtIcControl--name"/>
    <keyword type="struct" name="struct BtIcAbsRangeControl" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl-struct"/>
    <keyword type="function" name="btic_abs_range_control_new ()" link="BtIcAbsRangeControl.html#btic-abs-range-control-new"/>
    <keyword type="property" name="The &quot;def&quot; property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--def"/>
    <keyword type="property" name="The &quot;max&quot; property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--max"/>
    <keyword type="property" name="The &quot;min&quot; property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--min"/>
    <keyword type="property" name="The &quot;value&quot; property" link="BtIcAbsRangeControl.html#BtIcAbsRangeControl--value"/>
    <keyword type="struct" name="struct BtIcTriggerControl" link="BtIcTriggerControl.html#BtIcTriggerControl-struct"/>
    <keyword type="function" name="btic_trigger_control_new ()" link="BtIcTriggerControl.html#btic-trigger-control-new"/>
    <keyword type="property" name="The &quot;value&quot; property" link="BtIcTriggerControl.html#BtIcTriggerControl--value"/>
    <keyword type="struct" name="BtIcLearn" link="BtIcLearn.html#BtIcLearn-struct"/>
    <keyword type="function" name="btic_learn_start ()" link="BtIcLearn.html#btic-learn-start"/>
    <keyword type="function" name="btic_learn_stop ()" link="BtIcLearn.html#btic-learn-stop"/>
    <keyword type="function" name="btic_learn_register_learned_control ()" link="BtIcLearn.html#btic-learn-register-learned-control"/>
    <keyword type="function" name="btic_learn_load_controller_map ()" link="BtIcLearn.html#btic-learn-load-controller-map"/>
    <keyword type="function" name="btic_learn_store_controller_map ()" link="BtIcLearn.html#btic-learn-store-controller-map"/>
    <keyword type="function" name="btic_learn_virtual_start ()" link="BtIcLearn.html#btic-learn-virtual-start"/>
    <keyword type="function" name="btic_learn_virtual_stop ()" link="BtIcLearn.html#btic-learn-virtual-stop"/>
    <keyword type="function" name="btic_learn_virtual_register_learned_control ()" link="BtIcLearn.html#btic-learn-virtual-register-learned-control"/>
    <keyword type="property" name="The &quot;device-controlchange&quot; property" link="BtIcLearn.html#BtIcLearn--device-controlchange"/>
  </functions>
</book>