"Initial commit to Gerrit"
[profile/ivi/cogl.git] / doc / reference / cogl / html / cogl-GType-Integration-API.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>GType Integration API</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="Cogl Reference Manual">
8 <link rel="up" href="ch01.html" title="Cogl - a modern 3D graphics API">
9 <link rel="prev" href="cogl-Fixed-Point-API.html" title="Fixed Point API">
10 <link rel="next" href="ch02.html" title="Cogl experimental API">
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">
16 <tr valign="middle">
17 <td><a accesskey="p" href="cogl-Fixed-Point-API.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">Cogl Reference Manual</th>
21 <td><a accesskey="n" href="ch02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#cogl-GType-Integration-API.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#cogl-GType-Integration-API.description" class="shortcut">Description</a>
27 </td></tr>
28 </table>
29 <div class="refentry">
30 <a name="cogl-GType-Integration-API"></a><div class="titlepage"></div>
31 <div class="refnamediv"><table width="100%"><tr>
32 <td valign="top">
33 <h2><span class="refentrytitle"><a name="cogl-GType-Integration-API.top_of_page"></a>GType Integration API</span></h2>
34 <p>GType Integration API</p>
35 </td>
36 <td valign="top" align="right"></td>
37 </tr></table></div>
38 <div class="refsynopsisdiv">
39 <a name="cogl-GType-Integration-API.synopsis"></a><h2>Synopsis</h2>
40 <pre class="synopsis"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               <a class="link" href="cogl-GType-Integration-API.html#cogl-gtype-matrix-get-type" title="cogl_gtype_matrix_get_type ()">cogl_gtype_matrix_get_type</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
41 </pre>
42 </div>
43 <div class="refsect1">
44 <a name="cogl-GType-Integration-API.description"></a><h2>Description</h2>
45 </div>
46 <div class="refsect1">
47 <a name="cogl-GType-Integration-API.details"></a><h2>Details</h2>
48 <div class="refsect2">
49 <a name="cogl-gtype-matrix-get-type"></a><h3>cogl_gtype_matrix_get_type ()</h3>
50 <pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>               cogl_gtype_matrix_get_type          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
51 <div class="variablelist"><table border="0">
52 <col align="left" valign="top">
53 <tbody><tr>
54 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
55 <td>the GType for the registered "CoglMatrix" boxed type. This
56 can be used for example to define GObject properties that accept a
57 <a class="link" href="cogl-Matrices.html#CoglMatrix" title="CoglMatrix"><span class="type">CoglMatrix</span></a> value.</td>
58 </tr></tbody>
59 </table></div>
60 </div>
61 </div>
62 </div>
63 <div class="footer">
64 <hr>
65           Generated by GTK-Doc V1.18.1</div>
66 </body>
67 </html>