libpsl/libpsl.devhelp2

38 lines
3.7 KiB
Plaintext
Raw Normal View History

2014-04-23 15:57:18 +02:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2014-04-23 17:14:29 +02:00
<book xmlns="http://www.devhelp.net/book" title="Libpsl Reference Manual" link="index.html" author="" name="libpsl" version="2" language="c">
2014-04-23 15:57:18 +02:00
<chapters>
2014-04-23 17:14:29 +02:00
<sub name="Libpsl Overview" link="libpsl.html">
2014-04-23 15:57:18 +02:00
<sub name="libpsl" link="libpsl-Public-Suffix-List-functions.html"/>
</sub>
<sub name="Object Hierarchy" link="object-tree.html"/>
<sub name="API Index" link="api-index-full.html"/>
<sub name="Index of deprecated API" link="deprecated-api-index.html"/>
</chapters>
<functions>
<keyword type="function" name="psl_load_file ()" link="libpsl-Public-Suffix-List-functions.html#psl-load-file" since="0.1"/>
<keyword type="function" name="psl_load_fp ()" link="libpsl-Public-Suffix-List-functions.html#psl-load-fp" since="0.1"/>
<keyword type="function" name="psl_builtin ()" link="libpsl-Public-Suffix-List-functions.html#psl-builtin" since="0.1"/>
<keyword type="function" name="psl_free ()" link="libpsl-Public-Suffix-List-functions.html#psl-free"/>
<keyword type="function" name="psl_is_public_suffix ()" link="libpsl-Public-Suffix-List-functions.html#psl-is-public-suffix" since="0.1"/>
<keyword type="function" name="psl_unregistrable_domain ()" link="libpsl-Public-Suffix-List-functions.html#psl-unregistrable-domain" since="0.1"/>
<keyword type="function" name="psl_registrable_domain ()" link="libpsl-Public-Suffix-List-functions.html#psl-registrable-domain" since="0.1"/>
<keyword type="function" name="psl_suffix_count ()" link="libpsl-Public-Suffix-List-functions.html#psl-suffix-count" since="0.1"/>
<keyword type="function" name="psl_suffix_exception_count ()" link="libpsl-Public-Suffix-List-functions.html#psl-suffix-exception-count" since="0.1"/>
<keyword type="function" name="psl_builtin_compile_time ()" link="libpsl-Public-Suffix-List-functions.html#psl-builtin-compile-time" since="0.1"/>
<keyword type="function" name="psl_builtin_file_time ()" link="libpsl-Public-Suffix-List-functions.html#psl-builtin-file-time" since="0.1"/>
<keyword type="function" name="psl_builtin_sha1sum ()" link="libpsl-Public-Suffix-List-functions.html#psl-builtin-sha1sum" since="0.1"/>
<keyword type="function" name="psl_builtin_filename ()" link="libpsl-Public-Suffix-List-functions.html#psl-builtin-filename" since="0.1"/>
<keyword type="function" name="psl_is_cookie_domain_acceptable ()" link="libpsl-Public-Suffix-List-functions.html#psl-is-cookie-domain-acceptable" since="0.1"/>
2014-06-23 12:46:08 +02:00
<keyword type="function" name="psl_get_version ()" link="libpsl-Public-Suffix-List-functions.html#psl-get-version" since="0.2.5"/>
<keyword type="function" name="psl_str_to_utf8lower ()" link="libpsl-Public-Suffix-List-functions.html#psl-str-to-utf8lower" since="0.4"/>
<keyword type="enum" name="enum psl_error_t" link="libpsl-Public-Suffix-List-functions.html#psl-error-t"/>
2014-04-23 15:57:18 +02:00
<keyword type="typedef" name="psl_ctx_t" link="libpsl-Public-Suffix-List-functions.html#psl-ctx-t"/>
2015-08-10 17:33:46 +02:00
<keyword type="constant" name="PSL_SUCCESS" link="libpsl-Public-Suffix-List-functions.html#PSL-SUCCESS:CAPS"/>
<keyword type="constant" name="PSL_ERR_INVALID_ARG" link="libpsl-Public-Suffix-List-functions.html#PSL-ERR-INVALID-ARG:CAPS"/>
<keyword type="constant" name="PSL_ERR_CONVERTER" link="libpsl-Public-Suffix-List-functions.html#PSL-ERR-CONVERTER:CAPS"/>
<keyword type="constant" name="PSL_ERR_TO_UTF16" link="libpsl-Public-Suffix-List-functions.html#PSL-ERR-TO-UTF16:CAPS"/>
<keyword type="constant" name="PSL_ERR_TO_LOWER" link="libpsl-Public-Suffix-List-functions.html#PSL-ERR-TO-LOWER:CAPS"/>
<keyword type="constant" name="PSL_ERR_TO_UTF8" link="libpsl-Public-Suffix-List-functions.html#PSL-ERR-TO-UTF8:CAPS"/>
2014-04-23 15:57:18 +02:00
</functions>
</book>