This file is indexed.

/usr/share/gtk-doc/html/libinfinoted-plugin-manager-0.6/libinfinoted-plugin-manager-0.6.devhelp2 is in libinfinity-0.6-doc 0.6.7-2.

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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="libinfinoted-plugin-manager-0.6 Reference Manual" link="index.html" author="" name="libinfinoted-plugin-manager-0.6" version="2" language="c" online="http://infinote.0x539.de/libinfinity/API/libinftext/index.html">
  <chapters>
    <sub name="libinfinoted-plugin-manager API reference" link="ch01.html">
      <sub name="InfinotedPluginManager" link="InfinotedPluginManager.html"/>
      <sub name="InfinotedParameter" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html"/>
      <sub name="InfinotedLog" link="InfinotedLog.html"/>
      <sub name="InfinotedUtil" link="libinfinoted-plugin-manager-0.6-InfinotedUtil.html"/>
    </sub>
  </chapters>
  <functions>
    <keyword type="function" name="infinoted_plugin_manager_new ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-new"/>
    <keyword type="function" name="infinoted_plugin_manager_load ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-load"/>
    <keyword type="function" name="infinoted_plugin_manager_get_directory ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-get-directory"/>
    <keyword type="function" name="infinoted_plugin_manager_get_io ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-get-io"/>
    <keyword type="function" name="infinoted_plugin_manager_get_log ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-get-log"/>
    <keyword type="function" name="infinoted_plugin_manager_get_credentials ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-get-credentials"/>
    <keyword type="function" name="infinoted_plugin_manager_get_connection_info ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-get-connection-info"/>
    <keyword type="function" name="infinoted_plugin_manager_get_session_info ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-get-session-info"/>
    <keyword type="function" name="infinoted_plugin_manager_error_quark ()" link="InfinotedPluginManager.html#infinoted-plugin-manager-error-quark"/>
    <keyword type="struct" name="struct InfinotedPluginManager" link="InfinotedPluginManager.html#InfinotedPluginManager-struct"/>
    <keyword type="struct" name="struct InfinotedPluginManagerClass" link="InfinotedPluginManager.html#InfinotedPluginManagerClass"/>
    <keyword type="struct" name="struct InfinotedPlugin" link="InfinotedPluginManager.html#InfinotedPlugin"/>
    <keyword type="enum" name="enum InfinotedPluginManagerError" link="InfinotedPluginManager.html#InfinotedPluginManagerError"/>
    <keyword type="property" name="The “credentials” property" link="InfinotedPluginManager.html#InfinotedPluginManager--credentials"/>
    <keyword type="property" name="The “directory” property" link="InfinotedPluginManager.html#InfinotedPluginManager--directory"/>
    <keyword type="property" name="The “log” property" link="InfinotedPluginManager.html#InfinotedPluginManager--log"/>
    <keyword type="property" name="The “path” property" link="InfinotedPluginManager.html#InfinotedPluginManager--path"/>
    <keyword type="function" name="InfinotedParameterConvertFunc ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterConvertFunc"/>
    <keyword type="function" name="infinoted_parameter_typed_value_new ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-typed-value-new"/>
    <keyword type="function" name="infinoted_parameter_typed_value_free ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-typed-value-free"/>
    <keyword type="function" name="infinoted_parameter_error_quark ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-error-quark"/>
    <keyword type="function" name="infinoted_parameter_load_from_key_file ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-load-from-key-file"/>
    <keyword type="function" name="infinoted_parameter_convert_boolean ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-boolean"/>
    <keyword type="function" name="infinoted_parameter_convert_filename ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-filename"/>
    <keyword type="function" name="infinoted_parameter_convert_nonnegative ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-nonnegative"/>
    <keyword type="function" name="infinoted_parameter_convert_port ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-port"/>
    <keyword type="function" name="infinoted_parameter_convert_positive ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-positive"/>
    <keyword type="function" name="infinoted_parameter_convert_security_policy ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-security-policy"/>
    <keyword type="function" name="infinoted_parameter_convert_string ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-string"/>
    <keyword type="function" name="infinoted_parameter_convert_string_list ()" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#infinoted-parameter-convert-string-list"/>
    <keyword type="enum" name="enum InfinotedParameterType" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterType"/>
    <keyword type="enum" name="enum InfinotedParameterFlags" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterFlags"/>
    <keyword type="union" name="union InfinotedParameterValue" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterValue"/>
    <keyword type="struct" name="struct InfinotedParameterTypedValue" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterTypedValue"/>
    <keyword type="struct" name="struct InfinotedParameterInfo" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo"/>
    <keyword type="enum" name="enum InfinotedParameterError" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterError"/>
    <keyword type="function" name="infinoted_log_new ()" link="InfinotedLog.html#infinoted-log-new"/>
    <keyword type="function" name="infinoted_log_open ()" link="InfinotedLog.html#infinoted-log-open"/>
    <keyword type="function" name="infinoted_log_close ()" link="InfinotedLog.html#infinoted-log-close"/>
    <keyword type="function" name="infinoted_log_log ()" link="InfinotedLog.html#infinoted-log-log"/>
    <keyword type="function" name="infinoted_log_info ()" link="InfinotedLog.html#infinoted-log-info"/>
    <keyword type="function" name="infinoted_log_warning ()" link="InfinotedLog.html#infinoted-log-warning"/>
    <keyword type="function" name="infinoted_log_error ()" link="InfinotedLog.html#infinoted-log-error"/>
    <keyword type="struct" name="struct InfinotedLog" link="InfinotedLog.html#InfinotedLog-struct"/>
    <keyword type="struct" name="struct InfinotedLogClass" link="InfinotedLog.html#InfinotedLogClass"/>
    <keyword type="property" name="The “file-path” property" link="InfinotedLog.html#InfinotedLog--file-path"/>
    <keyword type="signal" name="The “log-message” signal" link="InfinotedLog.html#InfinotedLog-log-message"/>
    <keyword type="function" name="infinoted_util_create_dirname ()" link="libinfinoted-plugin-manager-0.6-InfinotedUtil.html#infinoted-util-create-dirname"/>
    <keyword type="function" name="infinoted_util_set_errno_error ()" link="libinfinoted-plugin-manager-0.6-InfinotedUtil.html#infinoted-util-set-errno-error"/>
    <keyword type="function" name="infinoted_util_daemon_set_global_pid_file_proc ()" link="libinfinoted-plugin-manager-0.6-InfinotedUtil.html#infinoted-util-daemon-set-global-pid-file-proc"/>
    <keyword type="function" name="infinoted_util_daemon_set_local_pid_file_proc ()" link="libinfinoted-plugin-manager-0.6-InfinotedUtil.html#infinoted-util-daemon-set-local-pid-file-proc"/>
    <keyword type="function" name="infinoted_util_daemon_pid_file_kill ()" link="libinfinoted-plugin-manager-0.6-InfinotedUtil.html#infinoted-util-daemon-pid-file-kill"/>
    <keyword type="constant" name="INFINOTED_PLUGIN_MANAGER_ERROR_OPEN_FAILED" link="InfinotedPluginManager.html#INFINOTED-PLUGIN-MANAGER-ERROR-OPEN-FAILED:CAPS"/>
    <keyword type="constant" name="INFINOTED_PLUGIN_MANAGER_ERROR_NO_ENTRY_POINT" link="InfinotedPluginManager.html#INFINOTED-PLUGIN-MANAGER-ERROR-NO-ENTRY-POINT:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_BOOLEAN" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-BOOLEAN:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_INT" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-INT:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_STRING" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-STRING:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_STRING_LIST" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-STRING-LIST:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_REQUIRED" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-REQUIRED:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_ERROR_REQUIRED" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-ERROR-REQUIRED:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_ERROR_INVALID_NUMBER" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-ERROR-INVALID-NUMBER:CAPS"/>
    <keyword type="constant" name="INFINOTED_PARAMETER_ERROR_INVALID_SECURITY_POLICY" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#INFINOTED-PARAMETER-ERROR-INVALID-SECURITY-POLICY:CAPS"/>
    <keyword type="member" name="InfinotedPlugin.name" link="InfinotedPluginManager.html#InfinotedPlugin.name"/>
    <keyword type="member" name="InfinotedPlugin.description" link="InfinotedPluginManager.html#InfinotedPlugin.description"/>
    <keyword type="member" name="InfinotedPlugin.options" link="InfinotedPluginManager.html#InfinotedPlugin.options"/>
    <keyword type="member" name="InfinotedPlugin.info-size" link="InfinotedPluginManager.html#InfinotedPlugin.info-size"/>
    <keyword type="member" name="InfinotedPlugin.connection-info-size" link="InfinotedPluginManager.html#InfinotedPlugin.connection-info-size"/>
    <keyword type="member" name="InfinotedPlugin.session-info-size" link="InfinotedPluginManager.html#InfinotedPlugin.session-info-size"/>
    <keyword type="member" name="InfinotedPlugin.session-type" link="InfinotedPluginManager.html#InfinotedPlugin.session-type"/>
    <keyword type="member" name="InfinotedPlugin.on-info-initialize" link="InfinotedPluginManager.html#InfinotedPlugin.on-info-initialize"/>
    <keyword type="member" name="InfinotedPlugin.on-initialize" link="InfinotedPluginManager.html#InfinotedPlugin.on-initialize"/>
    <keyword type="member" name="InfinotedPlugin.on-deinitialize" link="InfinotedPluginManager.html#InfinotedPlugin.on-deinitialize"/>
    <keyword type="member" name="InfinotedPlugin.on-connection-added" link="InfinotedPluginManager.html#InfinotedPlugin.on-connection-added"/>
    <keyword type="member" name="InfinotedPlugin.on-connection-removed" link="InfinotedPluginManager.html#InfinotedPlugin.on-connection-removed"/>
    <keyword type="member" name="InfinotedPlugin.on-session-added" link="InfinotedPluginManager.html#InfinotedPlugin.on-session-added"/>
    <keyword type="member" name="InfinotedPlugin.on-session-removed" link="InfinotedPluginManager.html#InfinotedPlugin.on-session-removed"/>
    <keyword type="member" name="InfinotedParameterTypedValue.type" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterTypedValue.type"/>
    <keyword type="member" name="InfinotedParameterTypedValue.value" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterTypedValue.value"/>
    <keyword type="member" name="InfinotedParameterInfo.name" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.name"/>
    <keyword type="member" name="InfinotedParameterInfo.type" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.type"/>
    <keyword type="member" name="InfinotedParameterInfo.flags" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.flags"/>
    <keyword type="member" name="InfinotedParameterInfo.offset" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.offset"/>
    <keyword type="member" name="InfinotedParameterInfo.convert" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.convert"/>
    <keyword type="member" name="InfinotedParameterInfo.short-name" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.short-name"/>
    <keyword type="member" name="InfinotedParameterInfo.description" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.description"/>
    <keyword type="member" name="InfinotedParameterInfo.arg-description" link="libinfinoted-plugin-manager-0.6-InfinotedParameter.html#InfinotedParameterInfo.arg-description"/>
    <keyword type="member" name="InfinotedLogClass.log-message" link="InfinotedLog.html#InfinotedLogClass.log-message"/>
  </functions>
</book>