/usr/share/gtk-doc/html/seed/api.html is in seed-doc 3.2.0-1ubuntu1.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part III. Seed API Reference</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Seed Reference Manual">
<link rel="up" href="index.html" title="Seed Reference Manual">
<link rel="prev" href="seed-importer.html" title="Importer">
<link rel="next" href="seed-Initialization.html" title="Initialization">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</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="seed-importer.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">Seed Reference Manual</th>
<td><a accesskey="n" href="seed-Initialization.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="api"></a>Part III. Seed API Reference</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt>
<span class="refentrytitle"><a href="seed-Initialization.html">Initialization</a></span><span class="refpurpose"> — Overall setup of the Seed engine</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Contexts.html">Working with Contexts</a></span><span class="refpurpose"> — Self-contained JavaScript execution environments</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Evaluation.html">Evaluating JavaScript</a></span><span class="refpurpose"> — Creating and interpreting scripts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Exceptions.html">Exception Handling</a></span><span class="refpurpose"> — Throwing and catching exceptions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Signals.html">GObject Signals</a></span><span class="refpurpose"> — Connecting JavaScript functions to signals</span>
</dt>
<dt><span class="chapter"><a href="types.html">Values and Type Conversion</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="seed-Native-Type-Conversion.html">Type Conversion</a></span><span class="refpurpose"> — Moving between JavaScript and C intrinsic types</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Operating-on-Native-Types.html">Operating on JavaScript types</a></span><span class="refpurpose"> — Determining the type of a SeedValue</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-JS-Objects.html">Working with JavaScript objects</a></span><span class="refpurpose"> — Using properties, constructing objects, etc.</span>
</dt>
</dl></dd>
<dt>
<span class="refentrytitle"><a href="seed-Native-Functions.html">Creating native functions</a></span><span class="refpurpose"> — C functions as first-class JavaScript objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-JavaScript-Classes.html">Creating JavaScript classes</a></span><span class="refpurpose"> — Dealing with Seed class definitions and constructors</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-SeedClosure.html">Using JavaScript closures</a></span><span class="refpurpose"> — Creating and invoking closures over JavaScript functions using GClosure</span>
</dt>
<dt>
<span class="refentrytitle"><a href="seed-Modules.html">Seed Modules</a></span><span class="refpurpose"> — Native C modules for Seed</span>
</dt>
</dl>
</div>
<p>This is the documentation for the C API of Seed, used for embedding, and creating native C modules.</p>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|