/usr/share/gtk-doc/html/loudmouth/loudmouth.devhelp2 is in libloudmouth1-dev 1.4.3-12.
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 | <?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="Loudmouth Reference Manual" link="index.html" author="" name="loudmouth" version="2" language="c">
<chapters>
<sub name="Loudmouth" link="ch01.html">
<sub name="LmConnection" link="loudmouth-lm-connection.html"/>
<sub name="LmError" link="loudmouth-lm-error.html"/>
<sub name="LmMessage" link="loudmouth-lm-message.html"/>
<sub name="LmMessageHandler" link="loudmouth-lm-message-handler.html"/>
<sub name="LmMessageNode" link="loudmouth-lm-message-node.html"/>
<sub name="LmSSL" link="loudmouth-lm-ssl.html"/>
<sub name="LmProxy" link="loudmouth-lm-proxy.html"/>
<sub name="Miscellaneous Utility Functions" link="loudmouth-lm-utils.html"/>
</sub>
</chapters>
<functions>
<keyword type="macro" name="LM_CONNECTION()" link="loudmouth-lm-connection.html#LM-CONNECTION:CAPS"/>
<keyword type="function" name="LmResultFunction ()" link="loudmouth-lm-connection.html#LmResultFunction"/>
<keyword type="function" name="LmDisconnectFunction ()" link="loudmouth-lm-connection.html#LmDisconnectFunction"/>
<keyword type="function" name="lm_connection_new ()" link="loudmouth-lm-connection.html#lm-connection-new"/>
<keyword type="function" name="lm_connection_new_with_context ()" link="loudmouth-lm-connection.html#lm-connection-new-with-context"/>
<keyword type="function" name="lm_connection_open ()" link="loudmouth-lm-connection.html#lm-connection-open"/>
<keyword type="function" name="lm_connection_open_and_block ()" link="loudmouth-lm-connection.html#lm-connection-open-and-block"/>
<keyword type="function" name="lm_connection_close ()" link="loudmouth-lm-connection.html#lm-connection-close"/>
<keyword type="function" name="lm_connection_authenticate ()" link="loudmouth-lm-connection.html#lm-connection-authenticate"/>
<keyword type="function" name="lm_connection_authenticate_and_block ()" link="loudmouth-lm-connection.html#lm-connection-authenticate-and-block"/>
<keyword type="function" name="lm_connection_get_keep_alive_rate ()" link="loudmouth-lm-connection.html#lm-connection-get-keep-alive-rate"/>
<keyword type="function" name="lm_connection_set_keep_alive_rate ()" link="loudmouth-lm-connection.html#lm-connection-set-keep-alive-rate"/>
<keyword type="function" name="lm_connection_is_open ()" link="loudmouth-lm-connection.html#lm-connection-is-open"/>
<keyword type="function" name="lm_connection_is_authenticated ()" link="loudmouth-lm-connection.html#lm-connection-is-authenticated"/>
<keyword type="function" name="lm_connection_get_server ()" link="loudmouth-lm-connection.html#lm-connection-get-server"/>
<keyword type="function" name="lm_connection_set_server ()" link="loudmouth-lm-connection.html#lm-connection-set-server"/>
<keyword type="function" name="lm_connection_get_jid ()" link="loudmouth-lm-connection.html#lm-connection-get-jid"/>
<keyword type="function" name="lm_connection_set_jid ()" link="loudmouth-lm-connection.html#lm-connection-set-jid"/>
<keyword type="function" name="lm_connection_get_port ()" link="loudmouth-lm-connection.html#lm-connection-get-port"/>
<keyword type="function" name="lm_connection_set_port ()" link="loudmouth-lm-connection.html#lm-connection-set-port"/>
<keyword type="function" name="lm_connection_get_ssl ()" link="loudmouth-lm-connection.html#lm-connection-get-ssl"/>
<keyword type="function" name="lm_connection_set_ssl ()" link="loudmouth-lm-connection.html#lm-connection-set-ssl"/>
<keyword type="function" name="lm_connection_get_proxy ()" link="loudmouth-lm-connection.html#lm-connection-get-proxy"/>
<keyword type="function" name="lm_connection_set_proxy ()" link="loudmouth-lm-connection.html#lm-connection-set-proxy"/>
<keyword type="function" name="lm_connection_send ()" link="loudmouth-lm-connection.html#lm-connection-send"/>
<keyword type="function" name="lm_connection_send_with_reply ()" link="loudmouth-lm-connection.html#lm-connection-send-with-reply"/>
<keyword type="function" name="lm_connection_send_with_reply_and_block ()" link="loudmouth-lm-connection.html#lm-connection-send-with-reply-and-block"/>
<keyword type="function" name="lm_connection_register_message_handler ()" link="loudmouth-lm-connection.html#lm-connection-register-message-handler"/>
<keyword type="function" name="lm_connection_unregister_message_handler ()" link="loudmouth-lm-connection.html#lm-connection-unregister-message-handler"/>
<keyword type="function" name="lm_connection_set_disconnect_function ()" link="loudmouth-lm-connection.html#lm-connection-set-disconnect-function"/>
<keyword type="function" name="lm_connection_send_raw ()" link="loudmouth-lm-connection.html#lm-connection-send-raw"/>
<keyword type="function" name="lm_connection_get_state ()" link="loudmouth-lm-connection.html#lm-connection-get-state"/>
<keyword type="function" name="lm_connection_ref ()" link="loudmouth-lm-connection.html#lm-connection-ref"/>
<keyword type="function" name="lm_connection_unref ()" link="loudmouth-lm-connection.html#lm-connection-unref"/>
<keyword type="macro" name="LM_CONNECTION_DEFAULT_PORT" link="loudmouth-lm-connection.html#LM-CONNECTION-DEFAULT-PORT:CAPS"/>
<keyword type="macro" name="LM_CONNECTION_DEFAULT_PORT_SSL" link="loudmouth-lm-connection.html#LM-CONNECTION-DEFAULT-PORT-SSL:CAPS"/>
<keyword type="struct" name="LmConnection" link="loudmouth-lm-connection.html#LmConnection"/>
<keyword type="enum" name="enum LmHandlerResult" link="loudmouth-lm-connection.html#LmHandlerResult"/>
<keyword type="enum" name="enum LmHandlerPriority" link="loudmouth-lm-connection.html#LmHandlerPriority"/>
<keyword type="enum" name="enum LmDisconnectReason" link="loudmouth-lm-connection.html#LmDisconnectReason"/>
<keyword type="enum" name="enum LmConnectionState" link="loudmouth-lm-connection.html#LmConnectionState"/>
<keyword type="function" name="lm_error_quark ()" link="loudmouth-lm-error.html#lm-error-quark"/>
<keyword type="enum" name="enum LmError" link="loudmouth-lm-error.html#LmError"/>
<keyword type="macro" name="LM_ERROR" link="loudmouth-lm-error.html#LM-ERROR:CAPS"/>
<keyword type="function" name="lm_message_new ()" link="loudmouth-lm-message.html#lm-message-new"/>
<keyword type="function" name="lm_message_new_with_sub_type ()" link="loudmouth-lm-message.html#lm-message-new-with-sub-type"/>
<keyword type="function" name="lm_message_get_type ()" link="loudmouth-lm-message.html#lm-message-get-type"/>
<keyword type="function" name="lm_message_get_sub_type ()" link="loudmouth-lm-message.html#lm-message-get-sub-type"/>
<keyword type="function" name="lm_message_get_node ()" link="loudmouth-lm-message.html#lm-message-get-node"/>
<keyword type="function" name="lm_message_ref ()" link="loudmouth-lm-message.html#lm-message-ref"/>
<keyword type="function" name="lm_message_unref ()" link="loudmouth-lm-message.html#lm-message-unref"/>
<keyword type="struct" name="LmMessage" link="loudmouth-lm-message.html#LmMessage"/>
<keyword type="enum" name="enum LmMessageType" link="loudmouth-lm-message.html#LmMessageType"/>
<keyword type="enum" name="enum LmMessageSubType" link="loudmouth-lm-message.html#LmMessageSubType"/>
<keyword type="function" name="LmHandleMessageFunction ()" link="loudmouth-lm-message-handler.html#LmHandleMessageFunction"/>
<keyword type="function" name="lm_message_handler_new ()" link="loudmouth-lm-message-handler.html#lm-message-handler-new"/>
<keyword type="function" name="lm_message_handler_invalidate ()" link="loudmouth-lm-message-handler.html#lm-message-handler-invalidate"/>
<keyword type="function" name="lm_message_handler_is_valid ()" link="loudmouth-lm-message-handler.html#lm-message-handler-is-valid"/>
<keyword type="function" name="lm_message_handler_ref ()" link="loudmouth-lm-message-handler.html#lm-message-handler-ref"/>
<keyword type="function" name="lm_message_handler_unref ()" link="loudmouth-lm-message-handler.html#lm-message-handler-unref"/>
<keyword type="function" name="lm_message_node_get_value ()" link="loudmouth-lm-message-node.html#lm-message-node-get-value"/>
<keyword type="function" name="lm_message_node_set_value ()" link="loudmouth-lm-message-node.html#lm-message-node-set-value"/>
<keyword type="function" name="lm_message_node_add_child ()" link="loudmouth-lm-message-node.html#lm-message-node-add-child"/>
<keyword type="function" name="lm_message_node_set_attributes ()" link="loudmouth-lm-message-node.html#lm-message-node-set-attributes"/>
<keyword type="function" name="lm_message_node_get_attribute ()" link="loudmouth-lm-message-node.html#lm-message-node-get-attribute"/>
<keyword type="function" name="lm_message_node_set_attribute ()" link="loudmouth-lm-message-node.html#lm-message-node-set-attribute"/>
<keyword type="function" name="lm_message_node_get_child ()" link="loudmouth-lm-message-node.html#lm-message-node-get-child"/>
<keyword type="function" name="lm_message_node_find_child ()" link="loudmouth-lm-message-node.html#lm-message-node-find-child"/>
<keyword type="function" name="lm_message_node_get_raw_mode ()" link="loudmouth-lm-message-node.html#lm-message-node-get-raw-mode"/>
<keyword type="function" name="lm_message_node_set_raw_mode ()" link="loudmouth-lm-message-node.html#lm-message-node-set-raw-mode"/>
<keyword type="function" name="lm_message_node_ref ()" link="loudmouth-lm-message-node.html#lm-message-node-ref"/>
<keyword type="function" name="lm_message_node_unref ()" link="loudmouth-lm-message-node.html#lm-message-node-unref"/>
<keyword type="function" name="lm_message_node_to_string ()" link="loudmouth-lm-message-node.html#lm-message-node-to-string"/>
<keyword type="struct" name="struct LmMessageNode" link="loudmouth-lm-message-node.html#LmMessageNode"/>
<keyword type="function" name="LmSSLFunction ()" link="loudmouth-lm-ssl.html#LmSSLFunction"/>
<keyword type="function" name="lm_ssl_new ()" link="loudmouth-lm-ssl.html#lm-ssl-new"/>
<keyword type="function" name="lm_ssl_is_supported ()" link="loudmouth-lm-ssl.html#lm-ssl-is-supported"/>
<keyword type="function" name="lm_ssl_get_fingerprint ()" link="loudmouth-lm-ssl.html#lm-ssl-get-fingerprint"/>
<keyword type="function" name="lm_ssl_use_starttls ()" link="loudmouth-lm-ssl.html#lm-ssl-use-starttls"/>
<keyword type="function" name="lm_ssl_get_use_starttls ()" link="loudmouth-lm-ssl.html#lm-ssl-get-use-starttls"/>
<keyword type="function" name="lm_ssl_get_require_starttls ()" link="loudmouth-lm-ssl.html#lm-ssl-get-require-starttls"/>
<keyword type="function" name="lm_ssl_ref ()" link="loudmouth-lm-ssl.html#lm-ssl-ref"/>
<keyword type="function" name="lm_ssl_unref ()" link="loudmouth-lm-ssl.html#lm-ssl-unref"/>
<keyword type="struct" name="LmSSL" link="loudmouth-lm-ssl.html#LmSSL"/>
<keyword type="enum" name="enum LmCertificateStatus" link="loudmouth-lm-ssl.html#LmCertificateStatus"/>
<keyword type="enum" name="enum LmSSLStatus" link="loudmouth-lm-ssl.html#LmSSLStatus"/>
<keyword type="enum" name="enum LmSSLResponse" link="loudmouth-lm-ssl.html#LmSSLResponse"/>
<keyword type="function" name="lm_proxy_new ()" link="loudmouth-lm-proxy.html#lm-proxy-new"/>
<keyword type="function" name="lm_proxy_new_with_server ()" link="loudmouth-lm-proxy.html#lm-proxy-new-with-server"/>
<keyword type="function" name="lm_proxy_get_type ()" link="loudmouth-lm-proxy.html#lm-proxy-get-type"/>
<keyword type="function" name="lm_proxy_set_type ()" link="loudmouth-lm-proxy.html#lm-proxy-set-type"/>
<keyword type="function" name="lm_proxy_get_server ()" link="loudmouth-lm-proxy.html#lm-proxy-get-server"/>
<keyword type="function" name="lm_proxy_set_server ()" link="loudmouth-lm-proxy.html#lm-proxy-set-server"/>
<keyword type="function" name="lm_proxy_get_port ()" link="loudmouth-lm-proxy.html#lm-proxy-get-port"/>
<keyword type="function" name="lm_proxy_set_port ()" link="loudmouth-lm-proxy.html#lm-proxy-set-port"/>
<keyword type="function" name="lm_proxy_get_username ()" link="loudmouth-lm-proxy.html#lm-proxy-get-username"/>
<keyword type="function" name="lm_proxy_set_username ()" link="loudmouth-lm-proxy.html#lm-proxy-set-username"/>
<keyword type="function" name="lm_proxy_get_password ()" link="loudmouth-lm-proxy.html#lm-proxy-get-password"/>
<keyword type="function" name="lm_proxy_set_password ()" link="loudmouth-lm-proxy.html#lm-proxy-set-password"/>
<keyword type="function" name="lm_proxy_ref ()" link="loudmouth-lm-proxy.html#lm-proxy-ref"/>
<keyword type="function" name="lm_proxy_unref ()" link="loudmouth-lm-proxy.html#lm-proxy-unref"/>
<keyword type="struct" name="LmProxy" link="loudmouth-lm-proxy.html#LmProxy"/>
<keyword type="enum" name="enum LmProxyType" link="loudmouth-lm-proxy.html#LmProxyType"/>
<keyword type="function" name="lm_utils_get_localtime ()" link="loudmouth-lm-utils.html#lm-utils-get-localtime"/>
</functions>
</book>
|