~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/reference/clutter/html/clutter-EGL-Specific-Support.html

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
Import upstream version 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="clutterbackends.html" title="Part VII. Clutter Backends">
9
9
<link rel="prev" href="clutter-Win32-Specific-Support.html" title="Win32 Specific Support">
10
10
<link rel="next" href="clutter-EGLX-Specific-Support.html" title="EGLX Specific Support">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="clutter-overview.html" title="Part I. Overview">
14
14
<link rel="part" href="building-clutter.html" title="Part II. Building Clutter">
17
17
<link rel="chapter" href="ch01.html" title="Abstract classes and interfaces">
18
18
<link rel="chapter" href="ch02.html" title="Base actors">
19
19
<link rel="chapter" href="ch03.html" title="Container actors">
 
20
<link rel="chapter" href="ch04.html" title="Layout managers">
20
21
<link rel="part" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
21
 
<link rel="chapter" href="ch04.html" title="Base classes">
22
 
<link rel="chapter" href="ch05.html" title="Behaviours">
23
 
<link rel="chapter" href="ch06.html" title="High Level API">
 
22
<link rel="chapter" href="ch05.html" title="Base classes">
 
23
<link rel="chapter" href="ch06.html" title="Behaviours">
 
24
<link rel="chapter" href="ch07.html" title="High Level API">
24
25
<link rel="part" href="cluttertools.html" title="Part VI. Clutter Tools">
25
 
<link rel="chapter" href="ch07.html" title="General purpose API">
26
 
<link rel="chapter" href="ch08.html" title="User interface definition">
27
 
<link rel="chapter" href="ch09.html" title="Generic list model">
 
26
<link rel="chapter" href="ch08.html" title="General purpose API">
 
27
<link rel="chapter" href="ch09.html" title="User interface definition">
 
28
<link rel="chapter" href="ch10.html" title="Generic list model">
28
29
<link rel="part" href="clutterbackends.html" title="Part VII. Clutter Backends">
29
30
<link rel="part" href="additionaldocs.html" title="Part VIII. Additional Documentation">
30
31
<link rel="chapter" href="clutter-subclassing-ClutterActor.html" title="Implementing a new actor">
47
48
<link rel="index" href="ix05.html" title="Index of new symbols in 0.6">
48
49
<link rel="index" href="ix06.html" title="Index of new symbols in 0.8">
49
50
<link rel="index" href="ix07.html" title="Index of new symbols in 1.0">
 
51
<link rel="index" href="ix08.html" title="Index of new symbols in 1.2">
50
52
<link rel="appendix" href="license.html" title="Appendix A. License">
51
53
</head>
52
54
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
60
62
</tr>
61
63
<tr><td colspan="5" class="shortcuts">
62
64
<a href="#clutter-EGL-Specific-Support.synopsis" class="shortcut">Top</a>
63
 
                 | 
64
 
                <a href="#clutter-EGL-Specific-Support.description" class="shortcut">Description</a>
 
65
                   | 
 
66
                  <a href="#clutter-EGL-Specific-Support.description" class="shortcut">Description</a>
65
67
</td></tr>
66
68
</table>
67
69
<div class="refentry" title="EGL Specific Support">
75
77
</tr></table></div>
76
78
<div class="refsynopsisdiv" title="Synopsis">
77
79
<a name="clutter-EGL-Specific-Support.synopsis"></a><h2>Synopsis</h2>
78
 
<pre class="synopsis">
79
 
EGLDisplay          <a class="link" href="clutter-EGL-Specific-Support.html#clutter-egl-display" title="clutter_egl_display ()">clutter_egl_display</a>                 (void);
 
80
<pre class="synopsis"><span class="returnvalue">EGLDisplay</span>          <a class="link" href="clutter-EGL-Specific-Support.html#clutter-egl-display" title="clutter_egl_display ()">clutter_egl_display</a>                 (void);
80
81
</pre>
81
82
</div>
82
83
<div class="refsect1" title="Description">
83
84
<a name="clutter-EGL-Specific-Support.description"></a><h2>Description</h2>
84
85
<p>
85
86
The EGL backend for Clutter provides some specific API.</p>
86
 
<p>
87
 
</p>
88
87
</div>
89
88
<div class="refsect1" title="Details">
90
89
<a name="clutter-EGL-Specific-Support.details"></a><h2>Details</h2>
91
90
<div class="refsect2" title="clutter_egl_display ()">
92
91
<a name="clutter-egl-display"></a><h3>clutter_egl_display ()</h3>
93
 
<pre class="programlisting">EGLDisplay          clutter_egl_display                 (void);</pre>
 
92
<pre class="programlisting"><span class="returnvalue">EGLDisplay</span>          clutter_egl_display                 (void);</pre>
94
93
<p>
95
 
</p>
 
94
Retrieves the <span class="structname">EGLDisplay</span> used by Clutter</p>
96
95
<div class="variablelist"><table border="0">
97
96
<col align="left" valign="top">
98
97
<tbody><tr>
99
98
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
100
 
<td>
 
99
<td> the EGL display
101
100
</td>
102
101
</tr></tbody>
103
102
</table></div>
106
105
</div>
107
106
<div class="footer">
108
107
<hr>
109
 
          Generated by GTK-Doc V1.11</div>
 
108
          Generated by GTK-Doc V1.13</div>
110
109
</body>
111
 
</html>
 
110
</html>
 
 
b'\\ No newline at end of file'