Initial packaging for Tizen
[profile/ivi/gobject-introspection.git] / docs / reference / html / gi-overview.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Introspection Overview</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GObject Introspection Reference Manual">
8 <link rel="up" href="glib.html" title="GObject-Introspection Overview">
9 <link rel="prev" href="glib.html" title="GObject-Introspection Overview">
10 <link rel="next" href="girepository.html" title="Part I. ">
11 <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="glib.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="glib.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">GObject Introspection Reference Manual</th>
20 <td><a accesskey="n" href="girepository.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="refentry">
23 <a name="gi-overview"></a><div class="titlepage"></div>
24 <div class="refnamediv"><table width="100%"><tr>
25 <td valign="top">
26 <h2><span class="refentrytitle"><a name="gi-overview.top_of_page"></a>Introspection Overview</span></h2>
27 <p>Overview — General overview of introspection</p>
28 </td>
29 <td valign="top" align="right"></td>
30 </tr></table></div>
31 <div class="refsynopsisdiv">
32 <h2>Synopsis</h2>
33 The GObject-Introspection package contains of a few different parts:
34   <div class="itemizedlist"><ul class="itemizedlist" type="disc">
35 <li class="listitem"><p>The GIR XML format - an XML format describing the exported
36       C API including documentation
37       </p></li>
38 <li class="listitem"><p>The GTypelib format - a binary format optimized for fast disk access
39       and low memory usage
40       </p></li>
41 <li class="listitem"><p>g-ir-scanner - parses C source code and gtk-doc comments and
42       generates GIR XML files
43       </p></li>
44 <li class="listitem"><p>g-ir-compiler - compiles GIR XML files into typelibs
45       </p></li>
46 <li class="listitem"><p>libgirepository - library to access typelib from C
47       </p></li>
48 </ul></div>
49 <p>A quick overview how the different components fits together:</p>
50 <img src="overview.png">
51 </div>
52 </div>
53 <div class="footer">
54 <hr>
55           Generated by GTK-Doc V1.18.1</div>
56 </body>
57 </html>