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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gURLChecker API description</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="gURLChecker Reference Manual">
<link rel="up" href="index.html" title="gURLChecker Reference Manual">
<link rel="prev" href="index.html" title="gURLChecker Reference Manual">
<link rel="next" href="gurlchecker-general.html" title="general">
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="gURLChecker API description">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">gURLChecker Reference Manual</th>
<td><a accesskey="n" href="gurlchecker-general.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" lang="en">
<div class="titlepage"><div><div><h2 class="title">
<a name="id2564562"></a>gURLChecker API description</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="gurlchecker-general.html">general</a></span><span class="refpurpose"> — General header used by all gURLChecker files.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-application.html">application</a></span><span class="refpurpose"> — Manage some general application work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-bookmarks.html">bookmarks</a></span><span class="refpurpose"> — Manage bookmarks work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-cache.html">cache</a></span><span class="refpurpose"> — Manage pages content files work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-callbacks.html">callbacks</a></span><span class="refpurpose"> — Manage callbacks for the UI.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-check.html">check</a></span><span class="refpurpose"> — Manage some common work relative on links check.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-ucclam.html">ucclam</a></span><span class="refpurpose"> — To work with libclamav.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-uctidy.html">uctidy</a></span><span class="refpurpose"> — To work with libtidy.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-uccroco.html">uccroco</a></span><span class="refpurpose"> — To work with libcroco.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-connection.html">connection</a></span><span class="refpurpose"> — Manage connections work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-html-parser.html">html_parser</a></span><span class="refpurpose"> — Manage HTML parser work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-lists.html">lists</a></span><span class="refpurpose"> — Manage some work on lists.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-project.html">project</a></span><span class="refpurpose"> — Manage works relative on project management.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-report.html">report</a></span><span class="refpurpose"> — Manage graphic report work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-search.html">search</a></span><span class="refpurpose"> — Manage search on checked links content.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-timeout.html">timeout</a></span><span class="refpurpose"> — Manage timeouts.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-url.html">url</a></span><span class="refpurpose"> — Manage URL parser work.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-utils.html">utils</a></span><span class="refpurpose"> — Manage some common functions used by all other files.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-web-site.html">web_site</a></span><span class="refpurpose"> — Manage specific check on web sites.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gurlchecker-tooltips.html">tooltips</a></span><span class="refpurpose"> — Manage customized tooltips.</span>
</dt>
</dl></div>
</div>
</body>
</html>
|