This file is indexed.

/usr/share/gtk-doc/html/libgwymodule/libgwymodule.devhelp2 is in libgwyddion20-doc 2.26-1ubuntu1.

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
<?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="Gwyddion Module Library Reference Manual" link="index.html" author="" name="libgwymodule" version="2" language="c">
  <chapters>
    <sub name="Gwyddion Module Library" link="ModuleLibrary.html">
      <sub name="gwymoduleenums" link="libgwymodule-gwymoduleenums.html"/>
      <sub name="gwymoduleloader" link="libgwymodule-gwymoduleloader.html"/>
      <sub name="gwymodule-file" link="libgwymodule-gwymodule-file.html"/>
      <sub name="gwymodule-process" link="libgwymodule-gwymodule-process.html"/>
      <sub name="gwymodule-tool" link="libgwymodule-gwymodule-tool.html"/>
      <sub name="gwymodule-graph" link="libgwymodule-gwymodule-graph.html"/>
      <sub name="gwymodule-layer" link="libgwymodule-gwymodule-layer.html"/>
      <sub name="gwymodulebrowser" link="libgwymodule-gwymodulebrowser.html"/>
    </sub>
    <sub name="Gwyddion Module Tutorial" link="ModuleTutorial.html">
      <sub name="Gwyddion Module Overview" link="gwymodule-tutorial-overview.html"/>
      <sub name="Minimal Module" link="gwymodule-tutorial-minimal.html"/>
      <sub name="Beyond the Minimal Module" link="gwymodule-tutorial-beyond.html"/>
      <sub name="Data Processing Modules" link="gwymodule-tutorial-process.html"/>
      <sub name="File Modules" link="gwymodule-tutorial-file.html"/>
      <sub name="Graph Modules" link="gwymodule-tutorial-graph.html"/>
      <sub name="Tool Modules" link="gwymodule-tutorial-tool.html"/>
      <sub name="Layer Modules" link="gwymodule-tutorial-layer.html"/>
      <sub name="Gwyddion Module Installation" link="gwymodule-tutorial-install.html"/>
    </sub>
    <sub name="Plug-in Proxy Reference" link="PluginProxyReference.html">
      <sub name="Plug-in Proxy Overview" link="plugin-proxy-overview.html"/>
      <sub name="Data Process Plug-ins" link="plugin-proxy-process.html"/>
      <sub name="File Type Plug-ins" link="plugin-proxy-file.html"/>
      <sub name="Dump Format" link="plugin-proxy-dump.html"/>
      <sub name="RGI Registration Method" link="plugin-proxy-rgi.html"/>
    </sub>
  </chapters>
  <functions>
    <keyword type="enum" name="enum GwyFileOperationType" link="libgwymodule-gwymoduleenums.html#GwyFileOperationType"/>
    <keyword type="enum" name="enum GwyRunType" link="libgwymodule-gwymoduleenums.html#GwyRunType"/>
    <keyword type="enum" name="enum GwyToolSwitchEvent" link="libgwymodule-gwymoduleenums.html#GwyToolSwitchEvent" deprecated=""/>
    <keyword type="macro" name="GWY_MODULE_ABI_VERSION" link="libgwymodule-gwymoduleloader.html#GWY-MODULE-ABI-VERSION:CAPS"/>
    <keyword type="macro" name="GWY_MODULE_QUERY()" link="libgwymodule-gwymoduleloader.html#GWY-MODULE-QUERY:CAPS"/>
    <keyword type="enum" name="enum GwyModuleError" link="libgwymodule-gwymoduleloader.html#GwyModuleError"/>
    <keyword type="struct" name="struct GwyModuleInfo" link="libgwymodule-gwymoduleloader.html#GwyModuleInfo"/>
    <keyword type="function" name="GwyModuleQueryFunc ()" link="libgwymodule-gwymoduleloader.html#GwyModuleQueryFunc"/>
    <keyword type="function" name="GwyModuleRegisterFunc ()" link="libgwymodule-gwymoduleloader.html#GwyModuleRegisterFunc"/>
    <keyword type="function" name="gwy_module_error_quark ()" link="libgwymodule-gwymoduleloader.html#gwy-module-error-quark"/>
    <keyword type="function" name="gwy_module_foreach ()" link="libgwymodule-gwymoduleloader.html#gwy-module-foreach"/>
    <keyword type="function" name="gwy_module_get_filename ()" link="libgwymodule-gwymoduleloader.html#gwy-module-get-filename"/>
    <keyword type="function" name="gwy_module_get_functions ()" link="libgwymodule-gwymoduleloader.html#gwy-module-get-functions"/>
    <keyword type="function" name="gwy_module_lookup ()" link="libgwymodule-gwymoduleloader.html#gwy-module-lookup"/>
    <keyword type="function" name="gwy_module_register_module ()" link="libgwymodule-gwymoduleloader.html#gwy-module-register-module"/>
    <keyword type="function" name="gwy_module_register_modules ()" link="libgwymodule-gwymoduleloader.html#gwy-module-register-modules"/>
    <keyword type="macro" name="GWY_FILE_DETECT_BUFFER_SIZE" link="libgwymodule-gwymodule-file.html#GWY-FILE-DETECT-BUFFER-SIZE:CAPS"/>
    <keyword type="macro" name="GWY_MODULE_FILE_ERROR" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR:CAPS"/>
    <keyword type="function" name="GwyFileDetectFunc ()" link="libgwymodule-gwymodule-file.html#GwyFileDetectFunc"/>
    <keyword type="struct" name="GwyFileDetectInfo" link="libgwymodule-gwymodule-file.html#GwyFileDetectInfo"/>
    <keyword type="function" name="GwyFileLoadFunc ()" link="libgwymodule-gwymodule-file.html#GwyFileLoadFunc"/>
    <keyword type="function" name="GwyFileSaveFunc ()" link="libgwymodule-gwymodule-file.html#GwyFileSaveFunc"/>
    <keyword type="enum" name="enum GwyModuleFileError" link="libgwymodule-gwymodule-file.html#GwyModuleFileError"/>
    <keyword type="function" name="gwy_file_detect ()" link="libgwymodule-gwymodule-file.html#gwy-file-detect"/>
    <keyword type="function" name="gwy_file_detect_with_score ()" link="libgwymodule-gwymodule-file.html#gwy-file-detect-with-score" since="2.1"/>
    <keyword type="function" name="gwy_file_func_exists ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-exists"/>
    <keyword type="function" name="gwy_file_func_foreach ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-foreach"/>
    <keyword type="function" name="gwy_file_func_get_description ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-get-description"/>
    <keyword type="function" name="gwy_file_func_get_is_detectable ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-get-is-detectable" since="2.18"/>
    <keyword type="function" name="gwy_file_func_get_operations ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-get-operations"/>
    <keyword type="function" name="gwy_file_func_register ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-register"/>
    <keyword type="function" name="gwy_file_func_run_detect ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-run-detect"/>
    <keyword type="function" name="gwy_file_func_run_export ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-run-export"/>
    <keyword type="function" name="gwy_file_func_run_load ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-run-load"/>
    <keyword type="function" name="gwy_file_func_run_save ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-run-save"/>
    <keyword type="function" name="gwy_file_func_set_is_detectable ()" link="libgwymodule-gwymodule-file.html#gwy-file-func-set-is-detectable" since="2.18"/>
    <keyword type="function" name="gwy_file_get_data_info ()" link="libgwymodule-gwymodule-file.html#gwy-file-get-data-info"/>
    <keyword type="function" name="gwy_file_load ()" link="libgwymodule-gwymodule-file.html#gwy-file-load" since="2.25"/>
    <keyword type="function" name="gwy_file_load_with_func ()" link="libgwymodule-gwymodule-file.html#gwy-file-load-with-func"/>
    <keyword type="function" name="gwy_file_save ()" link="libgwymodule-gwymodule-file.html#gwy-file-save"/>
    <keyword type="function" name="gwy_file_save_with_func ()" link="libgwymodule-gwymodule-file.html#gwy-file-save-with-func" since="2.25"/>
    <keyword type="function" name="gwy_module_file_error_quark ()" link="libgwymodule-gwymodule-file.html#gwy-module-file-error-quark"/>
    <keyword type="function" name="GwyProcessFunc ()" link="libgwymodule-gwymodule-process.html#GwyProcessFunc"/>
    <keyword type="function" name="gwy_process_func_exists ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-exists"/>
    <keyword type="function" name="gwy_process_func_foreach ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-foreach"/>
    <keyword type="function" name="gwy_process_func_get_menu_path ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-get-menu-path"/>
    <keyword type="function" name="gwy_process_func_get_run_types ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-get-run-types"/>
    <keyword type="function" name="gwy_process_func_get_sensitivity_mask ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-get-sensitivity-mask"/>
    <keyword type="function" name="gwy_process_func_get_stock_id ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-get-stock-id"/>
    <keyword type="function" name="gwy_process_func_get_tooltip ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-get-tooltip"/>
    <keyword type="function" name="gwy_process_func_register ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-register"/>
    <keyword type="function" name="gwy_process_func_run ()" link="libgwymodule-gwymodule-process.html#gwy-process-func-run"/>
    <keyword type="function" name="gwy_tool_func_foreach ()" link="libgwymodule-gwymodule-tool.html#gwy-tool-func-foreach"/>
    <keyword type="function" name="gwy_tool_func_register ()" link="libgwymodule-gwymodule-tool.html#gwy-tool-func-register"/>
    <keyword type="function" name="GwyGraphFunc ()" link="libgwymodule-gwymodule-graph.html#GwyGraphFunc"/>
    <keyword type="function" name="gwy_graph_func_exists ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-exists"/>
    <keyword type="function" name="gwy_graph_func_foreach ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-foreach"/>
    <keyword type="function" name="gwy_graph_func_get_menu_path ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-get-menu-path"/>
    <keyword type="function" name="gwy_graph_func_get_sensitivity_mask ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-get-sensitivity-mask"/>
    <keyword type="function" name="gwy_graph_func_get_stock_id ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-get-stock-id"/>
    <keyword type="function" name="gwy_graph_func_get_tooltip ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-get-tooltip"/>
    <keyword type="function" name="gwy_graph_func_register ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-register"/>
    <keyword type="function" name="gwy_graph_func_run ()" link="libgwymodule-gwymodule-graph.html#gwy-graph-func-run"/>
    <keyword type="function" name="gwy_layer_func_foreach ()" link="libgwymodule-gwymodule-layer.html#gwy-layer-func-foreach"/>
    <keyword type="function" name="gwy_layer_func_register ()" link="libgwymodule-gwymodule-layer.html#gwy-layer-func-register"/>
    <keyword type="function" name="gwy_module_browser ()" link="libgwymodule-gwymodulebrowser.html#gwy-module-browser"/>
    <keyword type="" name="Text Data" link="gwymodule-tutorial-file.html#id642821"/>
    <keyword type="" name="Binary Data" link="gwymodule-tutorial-file.html#id642884"/>
    <keyword type="constant" name="GWY_FILE_OPERATION_DETECT" link="libgwymodule-gwymoduleenums.html#GWY-FILE-OPERATION-DETECT:CAPS"/>
    <keyword type="constant" name="GWY_FILE_OPERATION_LOAD" link="libgwymodule-gwymoduleenums.html#GWY-FILE-OPERATION-LOAD:CAPS"/>
    <keyword type="constant" name="GWY_FILE_OPERATION_SAVE" link="libgwymodule-gwymoduleenums.html#GWY-FILE-OPERATION-SAVE:CAPS"/>
    <keyword type="constant" name="GWY_FILE_OPERATION_EXPORT" link="libgwymodule-gwymoduleenums.html#GWY-FILE-OPERATION-EXPORT:CAPS"/>
    <keyword type="constant" name="GWY_FILE_OPERATION_MASK" link="libgwymodule-gwymoduleenums.html#GWY-FILE-OPERATION-MASK:CAPS"/>
    <keyword type="constant" name="GWY_RUN_NONE" link="libgwymodule-gwymoduleenums.html#GWY-RUN-NONE:CAPS"/>
    <keyword type="constant" name="GWY_RUN_NONINTERACTIVE" link="libgwymodule-gwymoduleenums.html#GWY-RUN-NONINTERACTIVE:CAPS"/>
    <keyword type="constant" name="GWY_RUN_INTERACTIVE" link="libgwymodule-gwymoduleenums.html#GWY-RUN-INTERACTIVE:CAPS"/>
    <keyword type="constant" name="GWY_RUN_IMMEDIATE" link="libgwymodule-gwymoduleenums.html#GWY-RUN-IMMEDIATE:CAPS"/>
    <keyword type="constant" name="GWY_RUN_MASK" link="libgwymodule-gwymoduleenums.html#GWY-RUN-MASK:CAPS"/>
    <keyword type="constant" name="GWY_MODULE_FILE_ERROR_CANCELLED" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR-CANCELLED:CAPS"/>
    <keyword type="constant" name="GWY_MODULE_FILE_ERROR_UNIMPLEMENTED" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR-UNIMPLEMENTED:CAPS"/>
    <keyword type="constant" name="GWY_MODULE_FILE_ERROR_IO" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR-IO:CAPS"/>
    <keyword type="constant" name="GWY_MODULE_FILE_ERROR_DATA" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR-DATA:CAPS"/>
    <keyword type="constant" name="GWY_MODULE_FILE_ERROR_INTERACTIVE" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR-INTERACTIVE:CAPS"/>
    <keyword type="constant" name="GWY_MODULE_FILE_ERROR_SPECIFIC" link="libgwymodule-gwymodule-file.html#GWY-MODULE-FILE-ERROR-SPECIFIC:CAPS"/>
  </functions>
</book>