clutter-gstreamer 2.2.3-x86-mingw32 → 2.2.4-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -3
  3. data/lib/clutter-gst.rb +1 -0
  4. data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
  5. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h +105 -0
  6. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h +119 -0
  7. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h +100 -0
  8. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h +206 -0
  9. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h +107 -0
  10. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h +104 -0
  11. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-enum-types.h +0 -0
  12. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h +169 -0
  13. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h +157 -0
  14. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h +167 -0
  15. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-util.h +1 -1
  16. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-version.h +4 -4
  17. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-video-sink.h +47 -34
  18. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst.h +13 -7
  19. data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
  20. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
  21. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
  22. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la +41 -0
  23. data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
  24. data/vendor/local/lib/libclutter-gst-3.0.la +41 -0
  25. data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +12 -0
  26. data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +3308 -0
  27. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +171 -0
  28. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +1528 -0
  29. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +418 -0
  30. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +551 -0
  31. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +198 -0
  32. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +1559 -0
  33. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +805 -0
  34. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/ch01.html +10 -10
  35. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +42 -0
  36. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +45 -0
  37. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +35 -0
  38. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +39 -0
  39. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +197 -0
  40. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +316 -0
  41. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +176 -0
  42. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +560 -0
  43. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/home.png +0 -0
  44. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/index.html +33 -10
  45. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml +273 -0
  46. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left-insensitive.png +0 -0
  47. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left.png +0 -0
  48. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/license.html +7 -7
  49. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right-insensitive.png +0 -0
  50. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right.png +0 -0
  51. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/style.css +260 -105
  52. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up-insensitive.png +0 -0
  53. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up.png +0 -0
  54. metadata +70 -42
  55. data/vendor/local/bin/libclutter-gst-2.0-0.dll +0 -0
  56. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h +0 -186
  57. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h +0 -65
  58. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h +0 -132
  59. data/vendor/local/lib/girepository-1.0/ClutterGst-2.0.typelib +0 -0
  60. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll +0 -0
  61. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll.a +0 -0
  62. data/vendor/local/lib/gstreamer-1.0/libgstclutter.la +0 -41
  63. data/vendor/local/lib/libclutter-gst-2.0.dll.a +0 -0
  64. data/vendor/local/lib/libclutter-gst-2.0.la +0 -41
  65. data/vendor/local/lib/pkgconfig/clutter-gst-2.0.pc +0 -12
  66. data/vendor/local/share/gir-1.0/ClutterGst-2.0.gir +0 -1795
  67. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html +0 -1003
  68. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html +0 -177
  69. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html +0 -624
  70. data/vendor/local/share/gtk-doc/html/clutter-gst/ch02.html +0 -48
  71. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html +0 -284
  72. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html +0 -144
  73. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2 +0 -79
  74. data/vendor/local/share/gtk-doc/html/clutter-gst/index.sgml +0 -97
@@ -1,48 +0,0 @@
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>Clutter Gst 2.0.12
6
- Reference Manual: Clutter Actors And Objects</title>
7
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
8
- <link rel="home" href="index.html" title="Clutter Gst 2.0.12 Reference Manual">
9
- <link rel="up" href="index.html" title="Clutter Gst 2.0.12 Reference Manual">
10
- <link rel="prev" href="ch01.html" title="Clutter Gst Overview">
11
- <link rel="next" href="ClutterGstPlayer.html" title="ClutterGstPlayer">
12
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
13
- <link rel="stylesheet" href="style.css" type="text/css">
14
- </head>
15
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
17
- <td width="100%" align="left"></td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
19
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
20
- <td><a accesskey="p" href="ch01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
21
- <td><a accesskey="n" href="ClutterGstPlayer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
22
- </tr></table>
23
- <div class="chapter">
24
- <div class="titlepage"><div><div><h1 class="title">
25
- <a name="id-1.3"></a>Clutter Actors And Objects</h1></div></div></div>
26
- <div class="toc"><dl class="toc">
27
- <dt>
28
- <span class="refentrytitle"><a href="ClutterGstPlayer.html">ClutterGstPlayer</a></span><span class="refpurpose"> — An interface for controlling playback of media data</span>
29
- </dt>
30
- <dt>
31
- <span class="refentrytitle"><a href="ClutterGstVideoTexture.html">ClutterGstVideoTexture</a></span><span class="refpurpose"> — Actor for playback of video files.</span>
32
- </dt>
33
- <dt>
34
- <span class="refentrytitle"><a href="ClutterGstVideoSink.html">ClutterGstVideoSink</a></span><span class="refpurpose"> — GStreamer video sink</span>
35
- </dt>
36
- <dt>
37
- <span class="refentrytitle"><a href="clutter-gst-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions for Clutter-Gst.</span>
38
- </dt>
39
- <dt>
40
- <span class="refentrytitle"><a href="clutter-gst-Versioning-Macros.html">Versioning Macros</a></span><span class="refpurpose"> — Versioning Macros</span>
41
- </dt>
42
- </dl></div>
43
- </div>
44
- <div class="footer">
45
- <hr>
46
- Generated by GTK-Doc V1.19.1</div>
47
- </body>
48
- </html>
@@ -1,284 +0,0 @@
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>Clutter Gst 2.0.12
6
- Reference Manual: Utilities</title>
7
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
8
- <link rel="home" href="index.html" title="Clutter Gst 2.0.12 Reference Manual">
9
- <link rel="up" href="ch02.html" title="Clutter Actors And Objects">
10
- <link rel="prev" href="ClutterGstVideoSink.html" title="ClutterGstVideoSink">
11
- <link rel="next" href="clutter-gst-Versioning-Macros.html" title="Versioning Macros">
12
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
13
- <link rel="stylesheet" href="style.css" type="text/css">
14
- </head>
15
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
17
- <td width="100%" align="left">
18
- <a href="#" class="shortcut">Top</a>
19
-  | 
20
- <a href="#clutter-gst-Utilities.description" class="shortcut">Description</a>
21
- </td>
22
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
- <td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
- <td><a accesskey="p" href="ClutterGstVideoSink.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
- <td><a accesskey="n" href="clutter-gst-Versioning-Macros.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
- </tr></table>
27
- <div class="refentry">
28
- <a name="clutter-gst-Utilities"></a><div class="titlepage"></div>
29
- <div class="refnamediv"><table width="100%"><tr>
30
- <td valign="top">
31
- <h2><span class="refentrytitle"><a name="clutter-gst-Utilities.top_of_page"></a>Utilities</span></h2>
32
- <p>Utilities — Utility functions for Clutter-Gst.</p>
33
- </td>
34
- <td valign="top" align="right"></td>
35
- </tr></table></div>
36
- <div class="refsynopsisdiv">
37
- <a name="clutter-gst-Utilities.synopsis"></a><h2>Synopsis</h2>
38
- <pre class="synopsis"><span class="returnvalue">ClutterInitError</span> <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init ()">clutter_gst_init</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
39
- <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);
40
- <span class="returnvalue">ClutterInitError</span> <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init-with-args" title="clutter_gst_init_with_args ()">clutter_gst_init_with_args</a> (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
41
- <em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
42
- <em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
43
- <em class="parameter"><code><span class="type">GOptionEntry</span> *entries</code></em>,
44
- <em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
45
- <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
46
- </pre>
47
- </div>
48
- <div class="refsect1">
49
- <a name="clutter-gst-Utilities.description"></a><h2>Description</h2>
50
- <p>
51
- The <span class="application">Clutter-Gst</span> library should be initialized
52
- with <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init ()"><code class="function">clutter_gst_init()</code></a> before it can be used. You should pass pointers to
53
- the main argc and argv variables so that GStreamer, Clutter and Clutter-Gst
54
- gst can process their own command line options, as shown in the following
55
- example:
56
- </p>
57
- <p>
58
- </p>
59
- <div class="example">
60
- <a name="id-1.3.5.4.3.1"></a><p class="title"><b>Example 1. Initializing the Clutter-Gst library</b></p>
61
- <div class="example-contents">
62
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
63
- <tbody>
64
- <tr>
65
- <td class="listing_lines" align="right"><pre>1
66
- 2
67
- 3
68
- 4
69
- 5
70
- 6
71
- 7</pre></td>
72
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">int</span>
73
- <span class="function">main</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">int</span> argc<span class="gtkdoc opt">,</span> <span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">*</span>argv<span class="gtkdoc opt">[])</span>
74
- <span class="gtkdoc opt">{</span>
75
- <span class="gtkdoc slc">// initialize the Clutter-Gst library</span>
76
- <span class="function"><a href="clutter-gst-Utilities.html#clutter-gst-init">clutter_gst_init</a></span> <span class="gtkdoc opt">(&amp;</span>argc<span class="gtkdoc opt">, &amp;</span>argv<span class="gtkdoc opt">);</span>
77
- <span class="gtkdoc opt">...</span>
78
- <span class="gtkdoc opt">}</span></pre></td>
79
- </tr>
80
- </tbody>
81
- </table>
82
- </div>
83
-
84
- </div>
85
- <p><br class="example-break">
86
- </p>
87
- <p>
88
- It's allowed to pass two NULL pointers to <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init ()"><code class="function">clutter_gst_init()</code></a> in case you
89
- don't want to pass the command line arguments to GStreamer, Clutter and
90
- Clutter-Gst.
91
- </p>
92
- <p>
93
- You can also use a <span class="type">GOptionEntry</span> array to initialize your own parameters
94
- as shown in the next code fragment:
95
- </p>
96
- <p>
97
- </p>
98
- <div class="example">
99
- <a name="id-1.3.5.4.6.1"></a><p class="title"><b>Example 2. Initializing the Clutter-Gst library with additional options</b></p>
100
- <div class="example-contents">
101
- <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
102
- <tbody>
103
- <tr>
104
- <td class="listing_lines" align="right"><pre>1
105
- 2
106
- 3
107
- 4
108
- 5
109
- 6
110
- 7
111
- 8
112
- 9
113
- 10
114
- 11
115
- 12
116
- 13
117
- 14
118
- 15
119
- 16
120
- 17
121
- 18
122
- 19
123
- 20
124
- 21
125
- 22
126
- 23
127
- 24
128
- 25
129
- 26
130
- 27
131
- 28
132
- 29
133
- 30</pre></td>
134
- <td class="listing_code"><pre class="programlisting"><span class="gtkdoc kwb">static</span> GOptionEntry options<span class="gtkdoc opt">[] =</span>
135
- <span class="gtkdoc opt">{</span>
136
- <span class="gtkdoc opt">{</span> <span class="string">&quot;framerate&quot;</span><span class="gtkdoc opt">,</span> <span class="string">'f'</span><span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> G_OPTION_ARG_INT<span class="gtkdoc opt">, &amp;</span>opt_framerate<span class="gtkdoc opt">,</span>
137
- <span class="string">&quot;Number of frames per second&quot;</span><span class="gtkdoc opt">,</span> NULL <span class="gtkdoc opt">},</span>
138
- <span class="gtkdoc opt">{</span> <span class="string">&quot;fourcc&quot;</span><span class="gtkdoc opt">,</span> <span class="string">'o'</span><span class="gtkdoc opt">,</span> <span class="number">0</span><span class="gtkdoc opt">,</span> G_OPTION_ARG_STRING<span class="gtkdoc opt">,</span>
139
- <span class="gtkdoc opt">&amp;</span>opt_fourcc<span class="gtkdoc opt">,</span> <span class="string">&quot;Fourcc of the wanted YUV format&quot;</span><span class="gtkdoc opt">,</span> NULL <span class="gtkdoc opt">},</span>
140
- <span class="gtkdoc opt">{</span> NULL <span class="gtkdoc opt">}</span>
141
- <span class="gtkdoc opt">};</span>
142
-
143
- <span class="gtkdoc kwb">int</span>
144
- <span class="function">main</span> <span class="gtkdoc opt">(</span><span class="gtkdoc kwb">int</span> argc<span class="gtkdoc opt">,</span> <span class="gtkdoc kwb">char</span> <span class="gtkdoc opt">*</span>argv<span class="gtkdoc opt">[])</span>
145
- <span class="gtkdoc opt">{</span>
146
- GError <span class="gtkdoc opt">*</span>error <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
147
- gboolean result<span class="gtkdoc opt">;</span>
148
-
149
- <span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function">g_thread_supported</span> <span class="gtkdoc opt">())</span>
150
- <span class="function">g_thread_init</span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">);</span>
151
-
152
- result <span class="gtkdoc opt">=</span> <span class="function"><a href="clutter-gst-Utilities.html#clutter-gst-init-with-args">clutter_gst_init_with_args</a></span> <span class="gtkdoc opt">(&amp;</span>argc<span class="gtkdoc opt">, &amp;</span>argv<span class="gtkdoc opt">,</span>
153
- <span class="string">&quot; - Test YUV frames uploading&quot;</span><span class="gtkdoc opt">,</span>
154
- options<span class="gtkdoc opt">,</span> NULL<span class="gtkdoc opt">, &amp;</span>error<span class="gtkdoc opt">);</span>
155
-
156
- <span class="keyword">if</span> <span class="gtkdoc opt">(</span>error<span class="gtkdoc opt">)</span>
157
- <span class="gtkdoc opt">{</span>
158
- <span class="function">g_print</span> <span class="gtkdoc opt">(</span><span class="string">&quot;%s</span><span class="gtkdoc esc">\n</span><span class="string">&quot;</span><span class="gtkdoc opt">,</span> error<span class="gtkdoc opt">-&gt;</span>message<span class="gtkdoc opt">);</span>
159
- <span class="function">g_error_free</span> <span class="gtkdoc opt">(</span>error<span class="gtkdoc opt">);</span>
160
- <span class="keyword">return</span> EXIT_FAILURE<span class="gtkdoc opt">;</span>
161
- <span class="gtkdoc opt">}</span>
162
- <span class="gtkdoc opt">...</span>
163
- <span class="gtkdoc opt">}</span></pre></td>
164
- </tr>
165
- </tbody>
166
- </table>
167
- </div>
168
-
169
- </div>
170
- <p><br class="example-break">
171
- </p>
172
- </div>
173
- <div class="refsect1">
174
- <a name="clutter-gst-Utilities.details"></a><h2>Details</h2>
175
- <div class="refsect2">
176
- <a name="clutter-gst-init"></a><h3>clutter_gst_init ()</h3>
177
- <pre class="programlisting"><span class="returnvalue">ClutterInitError</span> clutter_gst_init (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
178
- <em class="parameter"><code><span class="type">char</span> ***argv</code></em>);</pre>
179
- <p>
180
- Utility function to initialize both Clutter and GStreamer.
181
- </p>
182
- <p>
183
- This function should be called before calling any other GLib functions. If
184
- this is not an option, your program must initialise the GLib thread system
185
- using <code class="function">g_thread_init()</code> before any other GLib functions are called.
186
- </p>
187
- <div class="variablelist"><table border="0" class="variablelist">
188
- <colgroup>
189
- <col align="left" valign="top">
190
- <col>
191
- </colgroup>
192
- <tbody>
193
- <tr>
194
- <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
195
- <td>The number of arguments in <em class="parameter"><code>argv</code></em>. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
196
- </td>
197
- </tr>
198
- <tr>
199
- <td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
200
- <td>A pointer to an array. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=argc][<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
201
- </td>
202
- </tr>
203
- <tr>
204
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
205
- <td>A <span class="type">ClutterInitError</span>.</td>
206
- </tr>
207
- </tbody>
208
- </table></div>
209
- </div>
210
- <hr>
211
- <div class="refsect2">
212
- <a name="clutter-gst-init-with-args"></a><h3>clutter_gst_init_with_args ()</h3>
213
- <pre class="programlisting"><span class="returnvalue">ClutterInitError</span> clutter_gst_init_with_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
214
- <em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
215
- <em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
216
- <em class="parameter"><code><span class="type">GOptionEntry</span> *entries</code></em>,
217
- <em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
218
- <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
219
- <p>
220
- This function does the same work as <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init ()"><code class="function">clutter_gst_init()</code></a>. Additionally, it
221
- allows you to add your own command line options, and it automatically
222
- generates nicely formatted --help output. Clutter's and GStreamer's
223
- <span class="type">GOptionGroup</span>s are added to the set of available options.
224
- </p>
225
- <p>
226
- Your program must initialise the GLib thread system using <code class="function">g_thread_init()</code>
227
- before any other GLib functions are called.
228
- </p>
229
- <div class="variablelist"><table border="0" class="variablelist">
230
- <colgroup>
231
- <col align="left" valign="top">
232
- <col>
233
- </colgroup>
234
- <tbody>
235
- <tr>
236
- <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
237
- <td>The number of arguments in <em class="parameter"><code>argv</code></em>. <span class="annotation">[<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>]</span>
238
- </td>
239
- </tr>
240
- <tr>
241
- <td><p><span class="term"><em class="parameter"><code>argv</code></em> :</span></p></td>
242
- <td>A pointer to an array. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=argc][<a href="http://foldoc.org/inout"><span class="acronym">inout</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
243
- </td>
244
- </tr>
245
- <tr>
246
- <td><p><span class="term"><em class="parameter"><code>parameter_string</code></em> :</span></p></td>
247
- <td>a string which is displayed in
248
- the first line of <code class="option">--help</code> output, after
249
- <code class="literal"><em class="replaceable"><code>programname</code></em> [OPTION...]</code>
250
- </td>
251
- </tr>
252
- <tr>
253
- <td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
254
- <td>a <code class="literal">NULL</code>-terminated array of <span class="type">GOptionEntry</span>s
255
- describing the options of your program</td>
256
- </tr>
257
- <tr>
258
- <td><p><span class="term"><em class="parameter"><code>translation_domain</code></em> :</span></p></td>
259
- <td>a translation domain to use for translating
260
- the <code class="option">--help</code> output for the options in <em class="parameter"><code>entries</code></em>
261
- with <code class="function">gettext()</code>, or <code class="literal">NULL</code>
262
- </td>
263
- </tr>
264
- <tr>
265
- <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
266
- <td>a return location for errors</td>
267
- </tr>
268
- <tr>
269
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
270
- <td>
271
- <code class="literal">CLUTTER_INIT_SUCCESS</code> on success, a negative integer
272
- on failure.</td>
273
- </tr>
274
- </tbody>
275
- </table></div>
276
- <p class="since">Since 1.0</p>
277
- </div>
278
- </div>
279
- </div>
280
- <div class="footer">
281
- <hr>
282
- Generated by GTK-Doc V1.19.1</div>
283
- </body>
284
- </html>
@@ -1,144 +0,0 @@
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>Clutter Gst 2.0.12
6
- Reference Manual: Versioning Macros</title>
7
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
8
- <link rel="home" href="index.html" title="Clutter Gst 2.0.12 Reference Manual">
9
- <link rel="up" href="ch02.html" title="Clutter Actors And Objects">
10
- <link rel="prev" href="clutter-gst-Utilities.html" title="Utilities">
11
- <link rel="next" href="license.html" title="Appendix A. License">
12
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
13
- <link rel="stylesheet" href="style.css" type="text/css">
14
- </head>
15
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
17
- <td width="100%" align="left">
18
- <a href="#" class="shortcut">Top</a>
19
-  | 
20
- <a href="#clutter-gst-Versioning-Macros.description" class="shortcut">Description</a>
21
- </td>
22
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
23
- <td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
- <td><a accesskey="p" href="clutter-gst-Utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
25
- <td><a accesskey="n" href="license.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
26
- </tr></table>
27
- <div class="refentry">
28
- <a name="clutter-gst-Versioning-Macros"></a><div class="titlepage"></div>
29
- <div class="refnamediv"><table width="100%"><tr>
30
- <td valign="top">
31
- <h2><span class="refentrytitle"><a name="clutter-gst-Versioning-Macros.top_of_page"></a>Versioning Macros</span></h2>
32
- <p>Versioning Macros — Versioning Macros</p>
33
- </td>
34
- <td valign="top" align="right"></td>
35
- </tr></table></div>
36
- <div class="refsynopsisdiv">
37
- <a name="clutter-gst-Versioning-Macros.synopsis"></a><h2>Synopsis</h2>
38
- <pre class="synopsis">#define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MAJOR-VERSION:CAPS" title="CLUTTER_GST_MAJOR_VERSION">CLUTTER_GST_MAJOR_VERSION</a>
39
- #define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MINOR-VERSION:CAPS" title="CLUTTER_GST_MINOR_VERSION">CLUTTER_GST_MINOR_VERSION</a>
40
- #define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MICRO-VERSION:CAPS" title="CLUTTER_GST_MICRO_VERSION">CLUTTER_GST_MICRO_VERSION</a>
41
- #define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS" title="CLUTTER_GST_VERSION">CLUTTER_GST_VERSION</a>
42
- #define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-S:CAPS" title="CLUTTER_GST_VERSION_S">CLUTTER_GST_VERSION_S</a>
43
- #define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-HEX:CAPS" title="CLUTTER_GST_VERSION_HEX">CLUTTER_GST_VERSION_HEX</a>
44
- #define <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-CHECK-VERSION:CAPS" title="CLUTTER_GST_CHECK_VERSION()">CLUTTER_GST_CHECK_VERSION</a> (major,
45
- minor,
46
- micro)
47
- </pre>
48
- </div>
49
- <div class="refsect1">
50
- <a name="clutter-gst-Versioning-Macros.description"></a><h2>Description</h2>
51
- <p>
52
- Version checking macros.
53
- </p>
54
- </div>
55
- <div class="refsect1">
56
- <a name="clutter-gst-Versioning-Macros.details"></a><h2>Details</h2>
57
- <div class="refsect2">
58
- <a name="CLUTTER-GST-MAJOR-VERSION:CAPS"></a><h3>CLUTTER_GST_MAJOR_VERSION</h3>
59
- <pre class="programlisting">#define CLUTTER_GST_MAJOR_VERSION (2)
60
- </pre>
61
- <p>
62
- ClutterGst major version (e.g. "1", if <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS" title="CLUTTER_GST_VERSION"><code class="literal">CLUTTER_GST_VERSION</code></a> is "1.2.3")
63
- </p>
64
- </div>
65
- <hr>
66
- <div class="refsect2">
67
- <a name="CLUTTER-GST-MINOR-VERSION:CAPS"></a><h3>CLUTTER_GST_MINOR_VERSION</h3>
68
- <pre class="programlisting">#define CLUTTER_GST_MINOR_VERSION (0)
69
- </pre>
70
- <p>
71
- ClutterGst minor version (e.g. "2", if <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS" title="CLUTTER_GST_VERSION"><code class="literal">CLUTTER_GST_VERSION</code></a> is "1.2.3")
72
- </p>
73
- </div>
74
- <hr>
75
- <div class="refsect2">
76
- <a name="CLUTTER-GST-MICRO-VERSION:CAPS"></a><h3>CLUTTER_GST_MICRO_VERSION</h3>
77
- <pre class="programlisting">#define CLUTTER_GST_MICRO_VERSION (12)
78
- </pre>
79
- <p>
80
- ClutterGst micro version (e.g. "3", if <a class="link" href="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS" title="CLUTTER_GST_VERSION"><code class="literal">CLUTTER_GST_VERSION</code></a> is "1.2.3")
81
- </p>
82
- </div>
83
- <hr>
84
- <div class="refsect2">
85
- <a name="CLUTTER-GST-VERSION:CAPS"></a><h3>CLUTTER_GST_VERSION</h3>
86
- <pre class="programlisting">#define CLUTTER_GST_VERSION (2.0.12)
87
- </pre>
88
- <p>
89
- ClutterGst full version (e.g. "1.2.3")
90
- </p>
91
- </div>
92
- <hr>
93
- <div class="refsect2">
94
- <a name="CLUTTER-GST-VERSION-S:CAPS"></a><h3>CLUTTER_GST_VERSION_S</h3>
95
- <pre class="programlisting">#define CLUTTER_GST_VERSION_S "2.0.12"
96
- </pre>
97
- <p>
98
- ClutterGst full version, encoded as a string.
99
- </p>
100
- </div>
101
- <hr>
102
- <div class="refsect2">
103
- <a name="CLUTTER-GST-VERSION-HEX:CAPS"></a><h3>CLUTTER_GST_VERSION_HEX</h3>
104
- <pre class="programlisting">#define CLUTTER_GST_VERSION_HEX</pre>
105
- <p>
106
- ClutterGst full version, encoded as an hexadecimal value.
107
- </p>
108
- </div>
109
- <hr>
110
- <div class="refsect2">
111
- <a name="CLUTTER-GST-CHECK-VERSION:CAPS"></a><h3>CLUTTER_GST_CHECK_VERSION()</h3>
112
- <pre class="programlisting">#define CLUTTER_GST_CHECK_VERSION(major,minor,micro)</pre>
113
- <p>
114
- Evaluates to <code class="literal">TRUE</code> if the version of ClutterGst is greater than
115
- the <em class="parameter"><code>major</code></em>, <em class="parameter"><code>minor</code></em> and <em class="parameter"><code>micro</code></em> values.
116
- </p>
117
- <div class="variablelist"><table border="0" class="variablelist">
118
- <colgroup>
119
- <col align="left" valign="top">
120
- <col>
121
- </colgroup>
122
- <tbody>
123
- <tr>
124
- <td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
125
- <td>major version, like 1 in 1.2.3</td>
126
- </tr>
127
- <tr>
128
- <td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
129
- <td>minor version, like 2 in 1.2.3</td>
130
- </tr>
131
- <tr>
132
- <td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
133
- <td>micro version, like 3 in 1.2.3</td>
134
- </tr>
135
- </tbody>
136
- </table></div>
137
- </div>
138
- </div>
139
- </div>
140
- <div class="footer">
141
- <hr>
142
- Generated by GTK-Doc V1.19.1</div>
143
- </body>
144
- </html>
@@ -1,79 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
- <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
- <book xmlns="http://www.devhelp.net/book" title="Clutter Gst 2.0.12&#10; Reference Manual" link="index.html" author="" name="clutter-gst" version="2" language="c">
4
- <chapters>
5
- <sub name="Clutter Gst Overview" link="ch01.html"/>
6
- <sub name="Clutter Actors And Objects" link="ch02.html">
7
- <sub name="ClutterGstPlayer" link="ClutterGstPlayer.html"/>
8
- <sub name="ClutterGstVideoTexture" link="ClutterGstVideoTexture.html"/>
9
- <sub name="ClutterGstVideoSink" link="ClutterGstVideoSink.html"/>
10
- <sub name="Utilities" link="clutter-gst-Utilities.html"/>
11
- <sub name="Versioning Macros" link="clutter-gst-Versioning-Macros.html"/>
12
- </sub>
13
- <sub name="License" link="license.html"/>
14
- </chapters>
15
- <functions>
16
- <keyword type="struct" name="ClutterGstPlayer" link="ClutterGstPlayer.html#ClutterGstPlayer-struct"/>
17
- <keyword type="struct" name="struct ClutterGstPlayerIface" link="ClutterGstPlayer.html#ClutterGstPlayerIface" since="1.4"/>
18
- <keyword type="function" name="clutter_gst_player_class_init ()" link="ClutterGstPlayer.html#clutter-gst-player-class-init" since="1.4"/>
19
- <keyword type="function" name="clutter_gst_player_init ()" link="ClutterGstPlayer.html#clutter-gst-player-init" since="1.4"/>
20
- <keyword type="function" name="clutter_gst_player_deinit ()" link="ClutterGstPlayer.html#clutter-gst-player-deinit" since="1.4"/>
21
- <keyword type="function" name="clutter_gst_player_get_pipeline ()" link="ClutterGstPlayer.html#clutter-gst-player-get-pipeline" since="1.4"/>
22
- <keyword type="function" name="clutter_gst_player_get_idle ()" link="ClutterGstPlayer.html#clutter-gst-player-get-idle" since="1.4"/>
23
- <keyword type="function" name="clutter_gst_player_get_user_agent ()" link="ClutterGstPlayer.html#clutter-gst-player-get-user-agent" since="1.4"/>
24
- <keyword type="function" name="clutter_gst_player_set_user_agent ()" link="ClutterGstPlayer.html#clutter-gst-player-set-user-agent" since="1.4"/>
25
- <keyword type="function" name="clutter_gst_player_set_seek_flags ()" link="ClutterGstPlayer.html#clutter-gst-player-set-seek-flags" since="1.4"/>
26
- <keyword type="function" name="clutter_gst_player_get_seek_flags ()" link="ClutterGstPlayer.html#clutter-gst-player-get-seek-flags" since="1.4"/>
27
- <keyword type="function" name="clutter_gst_player_get_buffering_mode ()" link="ClutterGstPlayer.html#clutter-gst-player-get-buffering-mode" since="1.4"/>
28
- <keyword type="function" name="clutter_gst_player_set_buffering_mode ()" link="ClutterGstPlayer.html#clutter-gst-player-set-buffering-mode" since="1.4"/>
29
- <keyword type="function" name="clutter_gst_player_get_audio_streams ()" link="ClutterGstPlayer.html#clutter-gst-player-get-audio-streams" since="1.4"/>
30
- <keyword type="function" name="clutter_gst_player_get_audio_stream ()" link="ClutterGstPlayer.html#clutter-gst-player-get-audio-stream" since="1.4"/>
31
- <keyword type="function" name="clutter_gst_player_set_audio_stream ()" link="ClutterGstPlayer.html#clutter-gst-player-set-audio-stream" since="1.4"/>
32
- <keyword type="function" name="clutter_gst_player_get_subtitle_tracks ()" link="ClutterGstPlayer.html#clutter-gst-player-get-subtitle-tracks" since="1.4"/>
33
- <keyword type="function" name="clutter_gst_player_get_subtitle_track ()" link="ClutterGstPlayer.html#clutter-gst-player-get-subtitle-track" since="1.4"/>
34
- <keyword type="function" name="clutter_gst_player_set_subtitle_track ()" link="ClutterGstPlayer.html#clutter-gst-player-set-subtitle-track" since="1.4"/>
35
- <keyword type="property" name="The &quot;audio-stream&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--audio-stream"/>
36
- <keyword type="property" name="The &quot;audio-streams&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--audio-streams"/>
37
- <keyword type="property" name="The &quot;idle&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--idle"/>
38
- <keyword type="property" name="The &quot;in-seek&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--in-seek"/>
39
- <keyword type="property" name="The &quot;seek-flags&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--seek-flags"/>
40
- <keyword type="property" name="The &quot;subtitle-track&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--subtitle-track"/>
41
- <keyword type="property" name="The &quot;subtitle-tracks&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--subtitle-tracks"/>
42
- <keyword type="property" name="The &quot;user-agent&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--user-agent"/>
43
- <keyword type="signal" name="The &quot;download-buffering&quot; signal" link="ClutterGstPlayer.html#ClutterGstPlayer-download-buffering"/>
44
- <keyword type="struct" name="struct ClutterGstVideoTexture" link="ClutterGstVideoTexture.html#ClutterGstVideoTexture-struct"/>
45
- <keyword type="struct" name="struct ClutterGstVideoTextureClass" link="ClutterGstVideoTexture.html#ClutterGstVideoTextureClass"/>
46
- <keyword type="function" name="clutter_gst_video_texture_new ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-new"/>
47
- <keyword type="function" name="clutter_gst_video_texture_get_pipeline ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-pipeline"/>
48
- <keyword type="function" name="clutter_gst_video_texture_get_idle_material ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-idle-material" since="1.2"/>
49
- <keyword type="function" name="clutter_gst_video_texture_set_idle_material ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-idle-material" since="1.2"/>
50
- <keyword type="function" name="clutter_gst_video_texture_get_user_agent ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-user-agent" since="1.2"/>
51
- <keyword type="function" name="clutter_gst_video_texture_set_user_agent ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-user-agent" since="1.2"/>
52
- <keyword type="function" name="clutter_gst_video_texture_set_seek_flags ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-seek-flags" since="1.4"/>
53
- <keyword type="function" name="clutter_gst_video_texture_get_seek_flags ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-seek-flags" since="1.4"/>
54
- <keyword type="function" name="clutter_gst_video_texture_get_buffering_mode ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-buffering-mode" since="1.4"/>
55
- <keyword type="function" name="clutter_gst_video_texture_set_buffering_mode ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-buffering-mode" since="1.4"/>
56
- <keyword type="function" name="clutter_gst_video_texture_get_audio_streams ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-audio-streams" since="1.4"/>
57
- <keyword type="function" name="clutter_gst_video_texture_get_audio_stream ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-audio-stream" since="1.4"/>
58
- <keyword type="function" name="clutter_gst_video_texture_set_audio_stream ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-audio-stream" since="1.4"/>
59
- <keyword type="function" name="clutter_gst_video_texture_get_subtitle_tracks ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-subtitle-tracks" since="1.4"/>
60
- <keyword type="function" name="clutter_gst_video_texture_get_subtitle_track ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-subtitle-track" since="1.4"/>
61
- <keyword type="function" name="clutter_gst_video_texture_set_subtitle_track ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-subtitle-track" since="1.4"/>
62
- <keyword type="property" name="The &quot;idle-material&quot; property" link="ClutterGstVideoTexture.html#ClutterGstVideoTexture--idle-material"/>
63
- <keyword type="property" name="The &quot;pixel-aspect-ratio&quot; property" link="ClutterGstVideoTexture.html#ClutterGstVideoTexture--pixel-aspect-ratio"/>
64
- <keyword type="struct" name="struct ClutterGstVideoSink" link="ClutterGstVideoSink.html#ClutterGstVideoSink-struct"/>
65
- <keyword type="struct" name="struct ClutterGstVideoSinkClass" link="ClutterGstVideoSink.html#ClutterGstVideoSinkClass"/>
66
- <keyword type="function" name="clutter_gst_video_sink_new ()" link="ClutterGstVideoSink.html#clutter-gst-video-sink-new" deprecated=""/>
67
- <keyword type="property" name="The &quot;texture&quot; property" link="ClutterGstVideoSink.html#ClutterGstVideoSink--texture"/>
68
- <keyword type="property" name="The &quot;update-priority&quot; property" link="ClutterGstVideoSink.html#ClutterGstVideoSink--update-priority"/>
69
- <keyword type="function" name="clutter_gst_init ()" link="clutter-gst-Utilities.html#clutter-gst-init"/>
70
- <keyword type="function" name="clutter_gst_init_with_args ()" link="clutter-gst-Utilities.html#clutter-gst-init-with-args" since="1.0"/>
71
- <keyword type="macro" name="CLUTTER_GST_MAJOR_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MAJOR-VERSION:CAPS"/>
72
- <keyword type="macro" name="CLUTTER_GST_MINOR_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MINOR-VERSION:CAPS"/>
73
- <keyword type="macro" name="CLUTTER_GST_MICRO_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MICRO-VERSION:CAPS"/>
74
- <keyword type="macro" name="CLUTTER_GST_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS"/>
75
- <keyword type="macro" name="CLUTTER_GST_VERSION_S" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-S:CAPS"/>
76
- <keyword type="macro" name="CLUTTER_GST_VERSION_HEX" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-HEX:CAPS"/>
77
- <keyword type="macro" name="CLUTTER_GST_CHECK_VERSION()" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-CHECK-VERSION:CAPS"/>
78
- </functions>
79
- </book>