sync
[platform/upstream/glib2.0.git] / docs / reference / gobject / html / pr01.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>Introduction</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GObject Reference Manual">
8 <link rel="up" href="index.html" title="GObject Reference Manual">
9 <link rel="prev" href="index.html" title="GObject Reference Manual">
10 <link rel="next" href="pt01.html" title="Part I. Concepts">
11 <meta name="generator" content="GTK-Doc V1.18 (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="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td> </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 Reference Manual</th>
20 <td><a accesskey="n" href="pt01.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="preface">
23 <div class="titlepage"><div><div><h2 class="title">
24 <a name="id514486"></a>Introduction</h2></div></div></div>
25 <p>
26                         Most modern programming languages come with their own native object
27                         systems and additional fundamental algorithmic language constructs.
28                         Just as GLib serves as an implementation of such fundamental
29                         types and algorithms (linked lists, hash tables and so forth), the
30                         GLib Object System provides the required implementations of a
31                         flexible extensible and intentionally easy to map (into other
32                         languages) object-oriented framework for C.
33                         The substantial elements that are provided can be summarized as:
34                         </p>
35 <div class="itemizedlist"><ul class="itemizedlist" type="disc">
36 <li class="listitem"><p>
37                                          A generic type system to register arbitrary single-inherited
38                                                 flat and deep derived types as well as interfaces for
39                                                 structured types.
40                                                 It takes care of creation, initialization and memory management
41                                                 of the assorted object and class structures, maintains
42                                                 parent/child relationships and deals with dynamic implementations
43                                                 of such types. That is, their type specific implementations are
44                                                 relocatable/unloadable during runtime.
45                                 </p></li>
46 <li class="listitem"><p>
47                                                 A collection of fundamental type implementations, such as integers,
48                                                 doubles, enums and structured types, to name a few.
49                                 </p></li>
50 <li class="listitem"><p>
51                                                 A sample fundamental type implementation to base object hierarchies
52                                                 upon - the GObject fundamental type.
53                                 </p></li>
54 <li class="listitem"><p>
55                                                 A signal system that allows very flexible user customization of
56                                                 virtual/overridable object methods and can serve as a powerful
57                                                 notification mechanism.
58                                 </p></li>
59 <li class="listitem"><p>
60                                                 An extensible parameter/value system, supporting all the provided
61                                                 fundamental types that can be used to generically handle object
62                                                 properties or otherwise parameterized types.
63                                 </p></li>
64 </ul></div>
65 <p>
66                 </p>
67 </div>
68 <div class="footer">
69 <hr>
70           Generated by GTK-Doc V1.18</div>
71 </body>
72 </html>