This file is indexed.

/usr/share/gtk-doc/html/cheese/cheese.devhelp2 is in libcheese-gtk-dev 3.4.1-0ubuntu2.

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
 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
<?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="Cheese Reference Manual" link="index.html" author="" name="cheese" version="2" language="c">
  <chapters>
    <sub name="Cheese Overview" link="cheese-overview.html"/>
    <sub name="libcheese" link="libcheese.html">
      <sub name="Initializing libcheese" link="cheese-Initializing-libcheese.html"/>
      <sub name="CheeseCamera" link="CheeseCamera.html"/>
      <sub name="CheeseCameraDevice" link="CheeseCameraDevice.html"/>
      <sub name="CheeseCameraDeviceMonitor" link="CheeseCameraDeviceMonitor.html"/>
      <sub name="CheeseEffect" link="CheeseEffect.html"/>
      <sub name="CheeseFileUtil" link="CheeseFileUtil.html"/>
    </sub>
    <sub name="libcheese-gtk" link="libcheese-gtk.html">
      <sub name="Initializing libcheese-gtk" link="cheese-Initializing-libcheese-gtk.html"/>
      <sub name="CheeseAvatarChooser" link="CheeseAvatarChooser.html"/>
      <sub name="CheeseFlash" link="CheeseFlash.html"/>
      <sub name="CheeseWidget" link="CheeseWidget.html"/>
    </sub>
    <sub name="Running Cheese" link="running-cheese.html">
      <sub name="cheese" link="cheese.html"/>
    </sub>
    <sub name="Object Hierarchy" link="object-tree.html"/>
    <sub name="API Index" link="api-index-full.html"/>
    <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
    <sub name="Annotation Glossary" link="annotation-glossary.html"/>
  </chapters>
  <functions>
    <keyword type="function" name="cheese_init ()" link="cheese-Initializing-libcheese.html#cheese-init"/>
    <keyword type="struct" name="struct CheeseCameraClass" link="CheeseCamera.html#CheeseCameraClass"/>
    <keyword type="struct" name="CheeseCamera" link="CheeseCamera.html#CheeseCamera-struct"/>
    <keyword type="function" name="cheese_camera_new ()" link="CheeseCamera.html#cheese-camera-new"/>
    <keyword type="function" name="cheese_camera_get_camera_devices ()" link="CheeseCamera.html#cheese-camera-get-camera-devices"/>
    <keyword type="function" name="cheese_camera_get_current_video_format ()" link="CheeseCamera.html#cheese-camera-get-current-video-format"/>
    <keyword type="function" name="cheese_camera_get_video_formats ()" link="CheeseCamera.html#cheese-camera-get-video-formats"/>
    <keyword type="function" name="cheese_camera_set_video_format ()" link="CheeseCamera.html#cheese-camera-set-video-format"/>
    <keyword type="function" name="cheese_camera_get_selected_device ()" link="CheeseCamera.html#cheese-camera-get-selected-device"/>
    <keyword type="function" name="cheese_camera_set_device_by_device_node ()" link="CheeseCamera.html#cheese-camera-set-device-by-device-node"/>
    <keyword type="function" name="cheese_camera_set_effect ()" link="CheeseCamera.html#cheese-camera-set-effect"/>
    <keyword type="function" name="cheese_camera_get_balance_property_range ()" link="CheeseCamera.html#cheese-camera-get-balance-property-range"/>
    <keyword type="function" name="cheese_camera_set_balance_property ()" link="CheeseCamera.html#cheese-camera-set-balance-property"/>
    <keyword type="function" name="cheese_camera_connect_effect_texture ()" link="CheeseCamera.html#cheese-camera-connect-effect-texture"/>
    <keyword type="function" name="cheese_camera_play ()" link="CheeseCamera.html#cheese-camera-play"/>
    <keyword type="function" name="cheese_camera_stop ()" link="CheeseCamera.html#cheese-camera-stop"/>
    <keyword type="function" name="cheese_camera_start_video_recording ()" link="CheeseCamera.html#cheese-camera-start-video-recording"/>
    <keyword type="function" name="cheese_camera_stop_video_recording ()" link="CheeseCamera.html#cheese-camera-stop-video-recording"/>
    <keyword type="function" name="cheese_camera_switch_camera_device ()" link="CheeseCamera.html#cheese-camera-switch-camera-device"/>
    <keyword type="function" name="cheese_camera_take_photo ()" link="CheeseCamera.html#cheese-camera-take-photo"/>
    <keyword type="function" name="cheese_camera_take_photo_pixbuf ()" link="CheeseCamera.html#cheese-camera-take-photo-pixbuf"/>
    <keyword type="function" name="cheese_camera_toggle_effects_pipeline ()" link="CheeseCamera.html#cheese-camera-toggle-effects-pipeline"/>
    <keyword type="enum" name="enum CheeseCameraError" link="CheeseCamera.html#CheeseCameraError"/>
    <keyword type="function" name="cheese_camera_setup ()" link="CheeseCamera.html#cheese-camera-setup"/>
    <keyword type="property" name="The &quot;device-node&quot; property" link="CheeseCamera.html#CheeseCamera--device-node"/>
    <keyword type="property" name="The &quot;format&quot; property" link="CheeseCamera.html#CheeseCamera--format"/>
    <keyword type="property" name="The &quot;num-camera-devices&quot; property" link="CheeseCamera.html#CheeseCamera--num-camera-devices"/>
    <keyword type="property" name="The &quot;video-texture&quot; property" link="CheeseCamera.html#CheeseCamera--video-texture"/>
    <keyword type="signal" name="The &quot;photo-saved&quot; signal" link="CheeseCamera.html#CheeseCamera-photo-saved"/>
    <keyword type="signal" name="The &quot;photo-taken&quot; signal" link="CheeseCamera.html#CheeseCamera-photo-taken"/>
    <keyword type="signal" name="The &quot;state-flags-changed&quot; signal" link="CheeseCamera.html#CheeseCamera-state-flags-changed"/>
    <keyword type="signal" name="The &quot;video-saved&quot; signal" link="CheeseCamera.html#CheeseCamera-video-saved"/>
    <keyword type="struct" name="CheeseCameraDevice" link="CheeseCameraDevice.html#CheeseCameraDevice-struct"/>
    <keyword type="struct" name="struct CheeseVideoFormat" link="CheeseCameraDevice.html#CheeseVideoFormat-struct"/>
    <keyword type="function" name="cheese_camera_device_new ()" link="CheeseCameraDevice.html#cheese-camera-device-new"/>
    <keyword type="function" name="cheese_camera_device_get_name ()" link="CheeseCameraDevice.html#cheese-camera-device-get-name"/>
    <keyword type="function" name="cheese_camera_device_get_uuid ()" link="CheeseCameraDevice.html#cheese-camera-device-get-uuid"/>
    <keyword type="function" name="cheese_camera_device_get_device_node ()" link="CheeseCameraDevice.html#cheese-camera-device-get-device-node"/>
    <keyword type="function" name="cheese_camera_device_get_best_format ()" link="CheeseCameraDevice.html#cheese-camera-device-get-best-format"/>
    <keyword type="function" name="cheese_camera_device_get_caps_for_format ()" link="CheeseCameraDevice.html#cheese-camera-device-get-caps-for-format"/>
    <keyword type="function" name="cheese_camera_device_get_format_list ()" link="CheeseCameraDevice.html#cheese-camera-device-get-format-list"/>
    <keyword type="function" name="cheese_camera_device_get_src ()" link="CheeseCameraDevice.html#cheese-camera-device-get-src"/>
    <keyword type="property" name="The &quot;device-node&quot; property" link="CheeseCameraDevice.html#CheeseCameraDevice--device-node"/>
    <keyword type="property" name="The &quot;name&quot; property" link="CheeseCameraDevice.html#CheeseCameraDevice--name"/>
    <keyword type="property" name="The &quot;uuid&quot; property" link="CheeseCameraDevice.html#CheeseCameraDevice--uuid"/>
    <keyword type="property" name="The &quot;v4l-api-version&quot; property" link="CheeseCameraDevice.html#CheeseCameraDevice--v4l-api-version"/>
    <keyword type="struct" name="struct CheeseCameraDeviceMonitorClass" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitorClass"/>
    <keyword type="struct" name="struct CheeseCameraDeviceMonitor" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-struct"/>
    <keyword type="function" name="cheese_camera_device_monitor_new ()" link="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-new"/>
    <keyword type="function" name="cheese_camera_device_monitor_coldplug ()" link="CheeseCameraDeviceMonitor.html#cheese-camera-device-monitor-coldplug"/>
    <keyword type="signal" name="The &quot;added&quot; signal" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-added"/>
    <keyword type="signal" name="The &quot;removed&quot; signal" link="CheeseCameraDeviceMonitor.html#CheeseCameraDeviceMonitor-removed"/>
    <keyword type="struct" name="CheeseEffect" link="CheeseEffect.html#CheeseEffect-struct"/>
    <keyword type="function" name="cheese_effect_new ()" link="CheeseEffect.html#cheese-effect-new"/>
    <keyword type="function" name="cheese_effect_get_name ()" link="CheeseEffect.html#cheese-effect-get-name"/>
    <keyword type="function" name="cheese_effect_get_pipeline_desc ()" link="CheeseEffect.html#cheese-effect-get-pipeline-desc"/>
    <keyword type="function" name="cheese_effect_enable_preview ()" link="CheeseEffect.html#cheese-effect-enable-preview"/>
    <keyword type="function" name="cheese_effect_disable_preview ()" link="CheeseEffect.html#cheese-effect-disable-preview"/>
    <keyword type="function" name="cheese_effect_is_preview_connected ()" link="CheeseEffect.html#cheese-effect-is-preview-connected"/>
    <keyword type="function" name="cheese_effect_load_effects ()" link="CheeseEffect.html#cheese-effect-load-effects"/>
    <keyword type="function" name="cheese_effect_load_from_file ()" link="CheeseEffect.html#cheese-effect-load-from-file"/>
    <keyword type="property" name="The &quot;control-valve&quot; property" link="CheeseEffect.html#CheeseEffect--control-valve"/>
    <keyword type="property" name="The &quot;name&quot; property" link="CheeseEffect.html#CheeseEffect--name"/>
    <keyword type="property" name="The &quot;pipeline-desc&quot; property" link="CheeseEffect.html#CheeseEffect--pipeline-desc"/>
    <keyword type="struct" name="CheeseFileUtil" link="CheeseFileUtil.html#CheeseFileUtil-struct"/>
    <keyword type="function" name="cheese_fileutil_new ()" link="CheeseFileUtil.html#cheese-fileutil-new"/>
    <keyword type="macro" name="CHEESE_PHOTO_NAME_SUFFIX" link="CheeseFileUtil.html#CHEESE-PHOTO-NAME-SUFFIX:CAPS"/>
    <keyword type="macro" name="CHEESE_VIDEO_NAME_SUFFIX" link="CheeseFileUtil.html#CHEESE-VIDEO-NAME-SUFFIX:CAPS"/>
    <keyword type="enum" name="enum CheeseMediaMode" link="CheeseFileUtil.html#CheeseMediaMode"/>
    <keyword type="function" name="cheese_fileutil_get_new_media_filename ()" link="CheeseFileUtil.html#cheese-fileutil-get-new-media-filename"/>
    <keyword type="function" name="cheese_fileutil_get_photo_path ()" link="CheeseFileUtil.html#cheese-fileutil-get-photo-path"/>
    <keyword type="function" name="cheese_fileutil_get_video_path ()" link="CheeseFileUtil.html#cheese-fileutil-get-video-path"/>
    <keyword type="function" name="cheese_fileutil_reset_burst ()" link="CheeseFileUtil.html#cheese-fileutil-reset-burst"/>
    <keyword type="function" name="cheese_gtk_init ()" link="cheese-Initializing-libcheese-gtk.html#cheese-gtk-init"/>
    <keyword type="struct" name="CheeseAvatarChooser" link="CheeseAvatarChooser.html#CheeseAvatarChooser-struct"/>
    <keyword type="function" name="cheese_avatar_chooser_new ()" link="CheeseAvatarChooser.html#cheese-avatar-chooser-new"/>
    <keyword type="function" name="cheese_avatar_chooser_get_picture ()" link="CheeseAvatarChooser.html#cheese-avatar-chooser-get-picture"/>
    <keyword type="property" name="The &quot;pixbuf&quot; property" link="CheeseAvatarChooser.html#CheeseAvatarChooser--pixbuf"/>
    <keyword type="struct" name="CheeseFlash" link="CheeseFlash.html#CheeseFlash-struct"/>
    <keyword type="function" name="cheese_flash_new ()" link="CheeseFlash.html#cheese-flash-new"/>
    <keyword type="function" name="cheese_flash_fire ()" link="CheeseFlash.html#cheese-flash-fire"/>
    <keyword type="property" name="The &quot;parent&quot; property" link="CheeseFlash.html#CheeseFlash--parent"/>
    <keyword type="struct" name="CheeseWidget" link="CheeseWidget.html#CheeseWidget-struct"/>
    <keyword type="function" name="cheese_widget_new ()" link="CheeseWidget.html#cheese-widget-new"/>
    <keyword type="function" name="cheese_widget_get_error ()" link="CheeseWidget.html#cheese-widget-get-error"/>
    <keyword type="enum" name="enum CheeseWidgetState" link="CheeseWidget.html#CheeseWidgetState"/>
    <keyword type="property" name="The &quot;state&quot; property" link="CheeseWidget.html#CheeseWidget--state"/>
    <keyword type="" name="Options" link="cheese.html#id482788"/>
    <keyword type="constant" name="CHEESE_CAMERA_ERROR_UNKNOWN" link="CheeseCamera.html#CHEESE-CAMERA-ERROR-UNKNOWN:CAPS"/>
    <keyword type="constant" name="CHEESE_CAMERA_ERROR_ELEMENT_NOT_FOUND" link="CheeseCamera.html#CHEESE-CAMERA-ERROR-ELEMENT-NOT-FOUND:CAPS"/>
    <keyword type="constant" name="CHEESE_CAMERA_ERROR_NO_DEVICE" link="CheeseCamera.html#CHEESE-CAMERA-ERROR-NO-DEVICE:CAPS"/>
    <keyword type="constant" name="CHEESE_MEDIA_MODE_PHOTO" link="CheeseFileUtil.html#CHEESE-MEDIA-MODE-PHOTO:CAPS"/>
    <keyword type="constant" name="CHEESE_MEDIA_MODE_VIDEO" link="CheeseFileUtil.html#CHEESE-MEDIA-MODE-VIDEO:CAPS"/>
    <keyword type="constant" name="CHEESE_MEDIA_MODE_BURST" link="CheeseFileUtil.html#CHEESE-MEDIA-MODE-BURST:CAPS"/>
    <keyword type="constant" name="CHEESE_WIDGET_STATE_NONE" link="CheeseWidget.html#CHEESE-WIDGET-STATE-NONE:CAPS"/>
    <keyword type="constant" name="CHEESE_WIDGET_STATE_READY" link="CheeseWidget.html#CHEESE-WIDGET-STATE-READY:CAPS"/>
    <keyword type="constant" name="CHEESE_WIDGET_STATE_ERROR" link="CheeseWidget.html#CHEESE-WIDGET-STATE-ERROR:CAPS"/>
  </functions>
</book>