/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-1~deb8u1.
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 | <?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="libinfinoted-plugin-manager-0.6 Reference Manual" link="index.html" author="" name="libinfinoted-plugin-manager-0.6" version="2" language="c">
<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"/>
</functions>
</book>
|