~ubuntu-branches/ubuntu/trusty/libidn/trusty

« back to all changes in this revision

Viewing changes to doc/reference/html/libidn-tld.html

  • Committer: Bazaar Package Importer
  • Author(s): Simon Josefsson, Simon Josefsson
  • Date: 2009-04-17 00:22:30 UTC
  • mfrom: (1.2.11 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090417002230-3on40qu1llxq7ybb
Tags: 1.14-3
[ Simon Josefsson ]
* Don't use autotools-dev, the config.* files in libidn
  are newer than what's in autotools-dev.
* Use more idiomatatic code to filter out platforms without gcj.
  Thanks to Adeodato Simó <dato@net.com.org.es>.
* Upload to unstable after testing in experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
<div class="refsynopsisdiv">
38
38
<a name="libidn-tld.synopsis"></a><h2>Synopsis</h2>
39
39
<pre class="synopsis">
 
40
#define             <a class="link" href="libidn-idna.html#IDNAPI:CAPS" title="IDNAPI">IDNAPI</a>
40
41
typedef             <a class="link" href="libidn-tld.html#Tld-table-element" title="Tld_table_element">Tld_table_element</a>;
41
42
typedef             <a class="link" href="libidn-tld.html#Tld-table" title="Tld_table">Tld_table</a>;
42
43
enum                <a class="link" href="libidn-tld.html#Tld-rc" title="enum Tld_rc">Tld_rc</a>;
83
84
<div class="refsect1" lang="en">
84
85
<a name="libidn-tld.details"></a><h2>Details</h2>
85
86
<div class="refsect2" lang="en">
 
87
<a name="IDNAPI:CAPS"></a><h3>IDNAPI</h3>
 
88
<pre class="programlisting">#define             IDNAPI</pre>
 
89
</div>
 
90
<hr>
 
91
<div class="refsect2" lang="en">
86
92
<a name="Tld-table-element"></a><h3>Tld_table_element</h3>
87
93
<pre class="programlisting">  typedef struct Tld_table_element Tld_table_element;
88
94
</pre>