This file is indexed.

/usr/share/gtk-doc/html/ethos/ethos.devhelp2 is in libethos-doc 0.2.2-2ubuntu1.

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
<?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="Ethos Reference Manual" link="index.html" author="" name="ethos" version="2" language="c">
  <chapters>
    <sub name="Ethos User Overview" link="ethos-user.html">
      <sub name="My first plugin in C" link="ch01.html"/>
      <sub name="My first plugin in Python" link="ch02.html"/>
    </sub>
    <sub name="Ethos Developer Overview" link="ethos-developer.html">
      <sub name="Adding Ethos to my Application" link="ch03.html"/>
    </sub>
    <sub name="Ethos API Reference" link="ethos-base.html">
      <sub name="Ethos Reference" link="ch04.html">
        <sub name="EthosManager" link="EthosManager.html"/>
        <sub name="EthosPluginInfo" link="EthosPluginInfo.html"/>
        <sub name="EthosPluginLoader" link="ethos-EthosPluginLoader.html"/>
        <sub name="EthosPlugin" link="EthosPlugin.html"/>
        <sub name="EthosError" link="EthosError.html"/>
        <sub name="Versioning" link="ethos-Versioning.html"/>
      </sub>
      <sub name="Ethos UI Reference" link="ch05.html">
        <sub name="EthosUIManagerWidget" link="EthosUIManagerWidget.html"/>
        <sub name="EthosUIConfigurable" link="ethos-EthosUIConfigurable.html"/>
      </sub>
    </sub>
  </chapters>
  <functions>
    <keyword type="macro" name="ETHOS_MANAGER_CONST()" link="EthosManager.html#ETHOS-MANAGER-CONST:CAPS"/>
    <keyword type="struct" name="struct EthosManager" link="EthosManager.html#EthosManager-struct"/>
    <keyword type="struct" name="struct EthosManagerClass" link="EthosManager.html#EthosManagerClass"/>
    <keyword type="function" name="ethos_manager_get_app_name ()" link="EthosManager.html#ethos-manager-get-app-name"/>
    <keyword type="function" name="ethos_manager_get_plugin ()" link="EthosManager.html#ethos-manager-get-plugin"/>
    <keyword type="function" name="ethos_manager_get_plugin_dirs ()" link="EthosManager.html#ethos-manager-get-plugin-dirs"/>
    <keyword type="function" name="ethos_manager_get_plugin_info ()" link="EthosManager.html#ethos-manager-get-plugin-info"/>
    <keyword type="function" name="ethos_manager_get_plugin_loaders ()" link="EthosManager.html#ethos-manager-get-plugin-loaders"/>
    <keyword type="function" name="ethos_manager_initialize ()" link="EthosManager.html#ethos-manager-initialize"/>
    <keyword type="function" name="ethos_manager_load_plugin ()" link="EthosManager.html#ethos-manager-load-plugin"/>
    <keyword type="function" name="ethos_manager_new ()" link="EthosManager.html#ethos-manager-new"/>
    <keyword type="function" name="ethos_manager_new_full ()" link="EthosManager.html#ethos-manager-new-full"/>
    <keyword type="function" name="ethos_manager_set_app_name ()" link="EthosManager.html#ethos-manager-set-app-name"/>
    <keyword type="function" name="ethos_manager_set_plugin_dirs ()" link="EthosManager.html#ethos-manager-set-plugin-dirs"/>
    <keyword type="function" name="ethos_manager_unload ()" link="EthosManager.html#ethos-manager-unload"/>
    <keyword type="function" name="ethos_manager_unload_plugin ()" link="EthosManager.html#ethos-manager-unload-plugin"/>
    <keyword type="signal" name="The &quot;initialized&quot; signal" link="EthosManager.html#EthosManager-initialized"/>
    <keyword type="signal" name="The &quot;plugin-loaded&quot; signal" link="EthosManager.html#EthosManager-plugin-loaded"/>
    <keyword type="signal" name="The &quot;plugin-unloaded&quot; signal" link="EthosManager.html#EthosManager-plugin-unloaded"/>
    <keyword type="macro" name="ETHOS_PLUGIN_INFO_CONST()" link="EthosPluginInfo.html#ETHOS-PLUGIN-INFO-CONST:CAPS"/>
    <keyword type="struct" name="struct EthosPluginInfo" link="EthosPluginInfo.html#EthosPluginInfo-struct"/>
    <keyword type="struct" name="struct EthosPluginInfoClass" link="EthosPluginInfo.html#EthosPluginInfoClass"/>
    <keyword type="function" name="ethos_plugin_info_get_active ()" link="EthosPluginInfo.html#ethos-plugin-info-get-active"/>
    <keyword type="function" name="ethos_plugin_info_get_authors ()" link="EthosPluginInfo.html#ethos-plugin-info-get-authors"/>
    <keyword type="function" name="ethos_plugin_info_get_copyright ()" link="EthosPluginInfo.html#ethos-plugin-info-get-copyright"/>
    <keyword type="function" name="ethos_plugin_info_get_dependencies ()" link="EthosPluginInfo.html#ethos-plugin-info-get-dependencies"/>
    <keyword type="function" name="ethos_plugin_info_get_description ()" link="EthosPluginInfo.html#ethos-plugin-info-get-description"/>
    <keyword type="function" name="ethos_plugin_info_get_errors ()" link="EthosPluginInfo.html#ethos-plugin-info-get-errors"/>
    <keyword type="function" name="ethos_plugin_info_get_filename ()" link="EthosPluginInfo.html#ethos-plugin-info-get-filename"/>
    <keyword type="function" name="ethos_plugin_info_get_iage ()" link="EthosPluginInfo.html#ethos-plugin-info-get-iage"/>
    <keyword type="function" name="ethos_plugin_info_get_icon_name ()" link="EthosPluginInfo.html#ethos-plugin-info-get-icon-name"/>
    <keyword type="function" name="ethos_plugin_info_get_id ()" link="EthosPluginInfo.html#ethos-plugin-info-get-id"/>
    <keyword type="function" name="ethos_plugin_info_get_loader ()" link="EthosPluginInfo.html#ethos-plugin-info-get-loader"/>
    <keyword type="function" name="ethos_plugin_info_get_module ()" link="EthosPluginInfo.html#ethos-plugin-info-get-module"/>
    <keyword type="function" name="ethos_plugin_info_get_name ()" link="EthosPluginInfo.html#ethos-plugin-info-get-name"/>
    <keyword type="function" name="ethos_plugin_info_get_version ()" link="EthosPluginInfo.html#ethos-plugin-info-get-version"/>
    <keyword type="function" name="ethos_plugin_info_get_website ()" link="EthosPluginInfo.html#ethos-plugin-info-get-website"/>
    <keyword type="function" name="ethos_plugin_info_has_errors ()" link="EthosPluginInfo.html#ethos-plugin-info-has-errors"/>
    <keyword type="function" name="ethos_plugin_info_load_from_data ()" link="EthosPluginInfo.html#ethos-plugin-info-load-from-data"/>
    <keyword type="function" name="ethos_plugin_info_load_from_file ()" link="EthosPluginInfo.html#ethos-plugin-info-load-from-file"/>
    <keyword type="function" name="ethos_plugin_info_load_from_key_file ()" link="EthosPluginInfo.html#ethos-plugin-info-load-from-key-file"/>
    <keyword type="function" name="ethos_plugin_info_new ()" link="EthosPluginInfo.html#ethos-plugin-info-new"/>
    <keyword type="function" name="ethos_plugin_info_set_active ()" link="EthosPluginInfo.html#ethos-plugin-info-set-active"/>
    <keyword type="function" name="ethos_plugin_info_set_filename ()" link="EthosPluginInfo.html#ethos-plugin-info-set-filename"/>
    <keyword type="function" name="ethos_plugin_info_set_id ()" link="EthosPluginInfo.html#ethos-plugin-info-set-id"/>
    <keyword type="property" name="The &quot;active&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--active"/>
    <keyword type="property" name="The &quot;authors&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--authors"/>
    <keyword type="property" name="The &quot;copyright&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--copyright"/>
    <keyword type="property" name="The &quot;dependencies&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--dependencies"/>
    <keyword type="property" name="The &quot;description&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--description"/>
    <keyword type="property" name="The &quot;filename&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--filename"/>
    <keyword type="property" name="The &quot;icon-name&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--icon-name"/>
    <keyword type="property" name="The &quot;id&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--id"/>
    <keyword type="property" name="The &quot;loader&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--loader"/>
    <keyword type="property" name="The &quot;module&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--module"/>
    <keyword type="property" name="The &quot;name&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--name"/>
    <keyword type="property" name="The &quot;version&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--version"/>
    <keyword type="property" name="The &quot;website&quot; property" link="EthosPluginInfo.html#EthosPluginInfo--website"/>
    <keyword type="signal" name="The &quot;loaded&quot; signal" link="EthosPluginInfo.html#EthosPluginInfo-loaded"/>
    <keyword type="signal" name="The &quot;unloaded&quot; signal" link="EthosPluginInfo.html#EthosPluginInfo-unloaded"/>
    <keyword type="struct" name="struct EthosPluginLoaderIface" link="ethos-EthosPluginLoader.html#EthosPluginLoaderIface"/>
    <keyword type="function" name="ethos_plugin_loader_gc ()" link="ethos-EthosPluginLoader.html#ethos-plugin-loader-gc"/>
    <keyword type="function" name="ethos_plugin_loader_get_name ()" link="ethos-EthosPluginLoader.html#ethos-plugin-loader-get-name"/>
    <keyword type="function" name="ethos_plugin_loader_initialize ()" link="ethos-EthosPluginLoader.html#ethos-plugin-loader-initialize"/>
    <keyword type="function" name="ethos_plugin_loader_load ()" link="ethos-EthosPluginLoader.html#ethos-plugin-loader-load"/>
    <keyword type="function" name="ethos_plugin_loader_register_plugin ()" link="ethos-EthosPluginLoader.html#ethos-plugin-loader-register-plugin"/>
    <keyword type="function" name="ethos_plugin_loader_unload ()" link="ethos-EthosPluginLoader.html#ethos-plugin-loader-unload"/>
    <keyword type="macro" name="ETHOS_PLUGIN_CONST()" link="EthosPlugin.html#ETHOS-PLUGIN-CONST:CAPS"/>
    <keyword type="struct" name="struct EthosPlugin" link="EthosPlugin.html#EthosPlugin-struct"/>
    <keyword type="struct" name="struct EthosPluginClass" link="EthosPlugin.html#EthosPluginClass"/>
    <keyword type="function" name="ethos_plugin_activate ()" link="EthosPlugin.html#ethos-plugin-activate"/>
    <keyword type="function" name="ethos_plugin_deactivate ()" link="EthosPlugin.html#ethos-plugin-deactivate"/>
    <keyword type="signal" name="The &quot;activated&quot; signal" link="EthosPlugin.html#EthosPlugin-activated"/>
    <keyword type="signal" name="The &quot;deactivated&quot; signal" link="EthosPlugin.html#EthosPlugin-deactivated"/>
    <keyword type="enum" name="enum EthosError" link="EthosError.html#EthosError-enum"/>
    <keyword type="function" name="ethos_error_quark ()" link="EthosError.html#ethos-error-quark"/>
    <keyword type="macro" name="ETHOS_API_VERSION_S" link="ethos-Versioning.html#ETHOS-API-VERSION-S:CAPS"/>
    <keyword type="macro" name="ETHOS_CHECK_VERSION()" link="ethos-Versioning.html#ETHOS-CHECK-VERSION:CAPS"/>
    <keyword type="macro" name="ETHOS_MAJOR_VERSION" link="ethos-Versioning.html#ETHOS-MAJOR-VERSION:CAPS"/>
    <keyword type="macro" name="ETHOS_MICRO_VERSION" link="ethos-Versioning.html#ETHOS-MICRO-VERSION:CAPS"/>
    <keyword type="macro" name="ETHOS_MINOR_VERSION" link="ethos-Versioning.html#ETHOS-MINOR-VERSION:CAPS"/>
    <keyword type="macro" name="ETHOS_VERSION_HEX" link="ethos-Versioning.html#ETHOS-VERSION-HEX:CAPS"/>
    <keyword type="macro" name="ETHOS_VERSION_S" link="ethos-Versioning.html#ETHOS-VERSION-S:CAPS"/>
    <keyword type="macro" name="ETHOS_UI_MANAGER_WIDGET_CONST()" link="EthosUIManagerWidget.html#ETHOS-UI-MANAGER-WIDGET-CONST:CAPS"/>
    <keyword type="struct" name="struct EthosUIManagerWidget" link="EthosUIManagerWidget.html#EthosUIManagerWidget-struct"/>
    <keyword type="struct" name="struct EthosUIManagerWidgetClass" link="EthosUIManagerWidget.html#EthosUIManagerWidgetClass"/>
    <keyword type="function" name="ethos_ui_manager_widget_new ()" link="EthosUIManagerWidget.html#ethos-ui-manager-widget-new"/>
    <keyword type="function" name="ethos_ui_manager_widget_set_manager ()" link="EthosUIManagerWidget.html#ethos-ui-manager-widget-set-manager"/>
    <keyword type="struct" name="struct EthosUIConfigurableIface" link="ethos-EthosUIConfigurable.html#EthosUIConfigurableIface"/>
    <keyword type="function" name="ethos_ui_configurable_configure ()" link="ethos-EthosUIConfigurable.html#ethos-ui-configurable-configure"/>
    <keyword type="constant" name="ETHOS_ERROR_FILE_NOT_FOUND" link="EthosError.html#ETHOS-ERROR-FILE-NOT-FOUND:CAPS"/>
    <keyword type="constant" name="ETHOS_ERROR_INVALID_KEY_FILE" link="EthosError.html#ETHOS-ERROR-INVALID-KEY-FILE:CAPS"/>
    <keyword type="constant" name="ETHOS_ERROR_PLUGIN" link="EthosError.html#ETHOS-ERROR-PLUGIN:CAPS"/>
    <keyword type="constant" name="ETHOS_ERROR_PLUGIN_LOADER" link="EthosError.html#ETHOS-ERROR-PLUGIN-LOADER:CAPS"/>
  </functions>
</book>