~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to doc/reference/librygel-server/gtkdoc/html/RygelVisualItem.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
Imported Upstream version 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>RygelVisualItem</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="librygel-server Reference Manual">
 
8
<link rel="up" href="ch01.html" title="librygel-server API Reference">
 
9
<link rel="prev" href="RygelSearchExpression.html" title="RygelSearchExpression">
 
10
<link rel="next" href="RygelLogicalExpression.html" title="RygelLogicalExpression">
 
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">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="RygelSearchExpression.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">librygel-server Reference Manual</th>
 
21
<td><a accesskey="n" href="RygelLogicalExpression.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="#RygelVisualItem.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#RygelVisualItem.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#RygelVisualItem.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#RygelVisualItem.prerequisites" class="shortcut">Prerequisites</a>
 
31
                   | 
 
32
                  <a href="#RygelVisualItem.implementations" class="shortcut">Known Implementations</a>
 
33
                   | 
 
34
                  <a href="#RygelVisualItem.properties" class="shortcut">Properties</a>
 
35
</td></tr>
 
36
</table>
 
37
<div class="refentry">
 
38
<a name="RygelVisualItem"></a><div class="titlepage"></div>
 
39
<div class="refnamediv"><table width="100%"><tr>
 
40
<td valign="top">
 
41
<h2><span class="refentrytitle"><a name="RygelVisualItem.top_of_page"></a>RygelVisualItem</span></h2>
 
42
<p>RygelVisualItem — An interface that visual (video and image) items must implement.</p>
 
43
</td>
 
44
<td valign="top" align="right"></td>
 
45
</tr></table></div>
 
46
<div class="refsynopsisdiv">
 
47
<a name="RygelVisualItem.synopsis"></a><h2>Synopsis</h2>
 
48
<pre class="synopsis"><a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-get-width" title="rygel_visual_item_get_width ()">rygel_visual_item_get_width</a>         (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);
 
49
<span class="returnvalue">void</span>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-set-width" title="rygel_visual_item_set_width ()">rygel_visual_item_set_width</a>         (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
50
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
 
51
<a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-get-height" title="rygel_visual_item_get_height ()">rygel_visual_item_get_height</a>        (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);
 
52
<span class="returnvalue">void</span>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-set-height" title="rygel_visual_item_set_height ()">rygel_visual_item_set_height</a>        (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
53
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
 
54
<a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-get-pixel-width" title="rygel_visual_item_get_pixel_width ()">rygel_visual_item_get_pixel_width</a>   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);
 
55
<span class="returnvalue">void</span>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-set-pixel-width" title="rygel_visual_item_set_pixel_width ()">rygel_visual_item_set_pixel_width</a>   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
56
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
 
57
<a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-get-pixel-height" title="rygel_visual_item_get_pixel_height ()">rygel_visual_item_get_pixel_height</a>  (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);
 
58
<span class="returnvalue">void</span>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-set-pixel-height" title="rygel_visual_item_set_pixel_height ()">rygel_visual_item_set_pixel_height</a>  (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
59
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
 
60
<a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-get-color-depth" title="rygel_visual_item_get_color_depth ()">rygel_visual_item_get_color_depth</a>   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);
 
61
<span class="returnvalue">void</span>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-set-color-depth" title="rygel_visual_item_set_color_depth ()">rygel_visual_item_set_color_depth</a>   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
62
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
 
63
<span class="returnvalue">GeeArrayList</span> *      <a class="link" href="RygelVisualItem.html#rygel-visual-item-get-thumbnails" title="rygel_visual_item_get_thumbnails ()">rygel_visual_item_get_thumbnails</a>    (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);
 
64
<span class="returnvalue">void</span>                <a class="link" href="RygelVisualItem.html#rygel-visual-item-set-thumbnails" title="rygel_visual_item_set_thumbnails ()">rygel_visual_item_set_thumbnails</a>    (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
65
                                                         <em class="parameter"><code><span class="type">GeeArrayList</span> *value</code></em>);
 
66
                    <a class="link" href="RygelVisualItem.html#RygelVisualItem-struct" title="RygelVisualItem">RygelVisualItem</a>;
 
67
struct              <a class="link" href="RygelVisualItem.html#RygelVisualItemIface" title="struct RygelVisualItemIface">RygelVisualItemIface</a>;
 
68
</pre>
 
69
</div>
 
70
<div class="refsect1">
 
71
<a name="RygelVisualItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
72
<pre class="synopsis">
 
73
  GInterface
 
74
   +----RygelVisualItem
 
75
</pre>
 
76
</div>
 
77
<div class="refsect1">
 
78
<a name="RygelVisualItem.prerequisites"></a><h2>Prerequisites</h2>
 
79
<p>
 
80
RygelVisualItem requires
 
81
 <a class="link" href="RygelMediaItem.html" title="RygelMediaItem">RygelMediaItem</a>.</p>
 
82
</div>
 
83
<div class="refsect1">
 
84
<a name="RygelVisualItem.implementations"></a><h2>Known Implementations</h2>
 
85
<p>
 
86
RygelVisualItem is implemented by
 
87
 <a class="link" href="RygelImageItem.html" title="RygelImageItem">RygelImageItem</a>,  <a class="link" href="RygelPhotoItem.html" title="RygelPhotoItem">RygelPhotoItem</a> and  <a class="link" href="RygelVideoItem.html" title="RygelVideoItem">RygelVideoItem</a>.</p>
 
88
</div>
 
89
<div class="refsect1">
 
90
<a name="RygelVisualItem.properties"></a><h2>Properties</h2>
 
91
<pre class="synopsis">
 
92
  "<a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'>color-depth</a>"              <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
93
  "<a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'>height</a>"                   <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
94
  "<a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'>pixel-height</a>"             <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
95
  "<a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'>pixel-width</a>"              <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
96
  "<a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'>thumbnails</a>"               <span class="type">GeeArrayList</span>*         : Read / Write
 
97
  "<a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'>width</a>"                    <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
98
</pre>
 
99
</div>
 
100
<div class="refsect1">
 
101
<a name="RygelVisualItem.description"></a><h2>Description</h2>
 
102
</div>
 
103
<div class="refsect1">
 
104
<a name="RygelVisualItem.details"></a><h2>Details</h2>
 
105
<div class="refsect2">
 
106
<a name="rygel-visual-item-get-width"></a><h3>rygel_visual_item_get_width ()</h3>
 
107
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                rygel_visual_item_get_width         (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);</pre>
 
108
<p>
 
109
Get and return the current value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'><span class="type">"width"</span></a> property.
 
110
</p>
 
111
<div class="variablelist"><table border="0">
 
112
<col align="left" valign="top">
 
113
<tbody>
 
114
<tr>
 
115
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
116
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to query</td>
 
117
</tr>
 
118
<tr>
 
119
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
120
<td>the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'><span class="type">"width"</span></a> property</td>
 
121
</tr>
 
122
</tbody>
 
123
</table></div>
 
124
</div>
 
125
<hr>
 
126
<div class="refsect2">
 
127
<a name="rygel-visual-item-set-width"></a><h3>rygel_visual_item_set_width ()</h3>
 
128
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_visual_item_set_width         (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
129
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
 
130
<p>
 
131
Set the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'><span class="type">"width"</span></a> property to <em class="parameter"><code>value</code></em>.
 
132
</p>
 
133
<div class="variablelist"><table border="0">
 
134
<col align="left" valign="top">
 
135
<tbody>
 
136
<tr>
 
137
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
138
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to modify</td>
 
139
</tr>
 
140
<tr>
 
141
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
142
<td>the new value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'><span class="type">"width"</span></a> property</td>
 
143
</tr>
 
144
</tbody>
 
145
</table></div>
 
146
</div>
 
147
<hr>
 
148
<div class="refsect2">
 
149
<a name="rygel-visual-item-get-height"></a><h3>rygel_visual_item_get_height ()</h3>
 
150
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                rygel_visual_item_get_height        (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);</pre>
 
151
<p>
 
152
Get and return the current value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'><span class="type">"height"</span></a> property.
 
153
</p>
 
154
<div class="variablelist"><table border="0">
 
155
<col align="left" valign="top">
 
156
<tbody>
 
157
<tr>
 
158
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
159
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to query</td>
 
160
</tr>
 
161
<tr>
 
162
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
163
<td>the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'><span class="type">"height"</span></a> property</td>
 
164
</tr>
 
165
</tbody>
 
166
</table></div>
 
167
</div>
 
168
<hr>
 
169
<div class="refsect2">
 
170
<a name="rygel-visual-item-set-height"></a><h3>rygel_visual_item_set_height ()</h3>
 
171
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_visual_item_set_height        (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
172
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
 
173
<p>
 
174
Set the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'><span class="type">"height"</span></a> property to <em class="parameter"><code>value</code></em>.
 
175
</p>
 
176
<div class="variablelist"><table border="0">
 
177
<col align="left" valign="top">
 
178
<tbody>
 
179
<tr>
 
180
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
181
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to modify</td>
 
182
</tr>
 
183
<tr>
 
184
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
185
<td>the new value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'><span class="type">"height"</span></a> property</td>
 
186
</tr>
 
187
</tbody>
 
188
</table></div>
 
189
</div>
 
190
<hr>
 
191
<div class="refsect2">
 
192
<a name="rygel-visual-item-get-pixel-width"></a><h3>rygel_visual_item_get_pixel_width ()</h3>
 
193
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                rygel_visual_item_get_pixel_width   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);</pre>
 
194
<p>
 
195
Get and return the current value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'><span class="type">"pixel-width"</span></a> property.
 
196
</p>
 
197
<div class="variablelist"><table border="0">
 
198
<col align="left" valign="top">
 
199
<tbody>
 
200
<tr>
 
201
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
202
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to query</td>
 
203
</tr>
 
204
<tr>
 
205
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
206
<td>the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'><span class="type">"pixel-width"</span></a> property</td>
 
207
</tr>
 
208
</tbody>
 
209
</table></div>
 
210
</div>
 
211
<hr>
 
212
<div class="refsect2">
 
213
<a name="rygel-visual-item-set-pixel-width"></a><h3>rygel_visual_item_set_pixel_width ()</h3>
 
214
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_visual_item_set_pixel_width   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
215
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
 
216
<p>
 
217
Set the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'><span class="type">"pixel-width"</span></a> property to <em class="parameter"><code>value</code></em>.
 
218
</p>
 
219
<div class="variablelist"><table border="0">
 
220
<col align="left" valign="top">
 
221
<tbody>
 
222
<tr>
 
223
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
224
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to modify</td>
 
225
</tr>
 
226
<tr>
 
227
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
228
<td>the new value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'><span class="type">"pixel-width"</span></a> property</td>
 
229
</tr>
 
230
</tbody>
 
231
</table></div>
 
232
</div>
 
233
<hr>
 
234
<div class="refsect2">
 
235
<a name="rygel-visual-item-get-pixel-height"></a><h3>rygel_visual_item_get_pixel_height ()</h3>
 
236
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                rygel_visual_item_get_pixel_height  (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);</pre>
 
237
<p>
 
238
Get and return the current value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'><span class="type">"pixel-height"</span></a> property.
 
239
</p>
 
240
<div class="variablelist"><table border="0">
 
241
<col align="left" valign="top">
 
242
<tbody>
 
243
<tr>
 
244
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
245
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to query</td>
 
246
</tr>
 
247
<tr>
 
248
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
249
<td>the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'><span class="type">"pixel-height"</span></a> property</td>
 
250
</tr>
 
251
</tbody>
 
252
</table></div>
 
253
</div>
 
254
<hr>
 
255
<div class="refsect2">
 
256
<a name="rygel-visual-item-set-pixel-height"></a><h3>rygel_visual_item_set_pixel_height ()</h3>
 
257
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_visual_item_set_pixel_height  (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
258
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
 
259
<p>
 
260
Set the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'><span class="type">"pixel-height"</span></a> property to <em class="parameter"><code>value</code></em>.
 
261
</p>
 
262
<div class="variablelist"><table border="0">
 
263
<col align="left" valign="top">
 
264
<tbody>
 
265
<tr>
 
266
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
267
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to modify</td>
 
268
</tr>
 
269
<tr>
 
270
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
271
<td>the new value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'><span class="type">"pixel-height"</span></a> property</td>
 
272
</tr>
 
273
</tbody>
 
274
</table></div>
 
275
</div>
 
276
<hr>
 
277
<div class="refsect2">
 
278
<a name="rygel-visual-item-get-color-depth"></a><h3>rygel_visual_item_get_color_depth ()</h3>
 
279
<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                rygel_visual_item_get_color_depth   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);</pre>
 
280
<p>
 
281
Get and return the current value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'><span class="type">"color-depth"</span></a> property.
 
282
</p>
 
283
<div class="variablelist"><table border="0">
 
284
<col align="left" valign="top">
 
285
<tbody>
 
286
<tr>
 
287
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
288
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to query</td>
 
289
</tr>
 
290
<tr>
 
291
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
292
<td>the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'><span class="type">"color-depth"</span></a> property</td>
 
293
</tr>
 
294
</tbody>
 
295
</table></div>
 
296
</div>
 
297
<hr>
 
298
<div class="refsect2">
 
299
<a name="rygel-visual-item-set-color-depth"></a><h3>rygel_visual_item_set_color_depth ()</h3>
 
300
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_visual_item_set_color_depth   (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
301
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
 
302
<p>
 
303
Set the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'><span class="type">"color-depth"</span></a> property to <em class="parameter"><code>value</code></em>.
 
304
</p>
 
305
<div class="variablelist"><table border="0">
 
306
<col align="left" valign="top">
 
307
<tbody>
 
308
<tr>
 
309
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
310
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to modify</td>
 
311
</tr>
 
312
<tr>
 
313
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
314
<td>the new value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'><span class="type">"color-depth"</span></a> property</td>
 
315
</tr>
 
316
</tbody>
 
317
</table></div>
 
318
</div>
 
319
<hr>
 
320
<div class="refsect2">
 
321
<a name="rygel-visual-item-get-thumbnails"></a><h3>rygel_visual_item_get_thumbnails ()</h3>
 
322
<pre class="programlisting"><span class="returnvalue">GeeArrayList</span> *      rygel_visual_item_get_thumbnails    (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>);</pre>
 
323
<p>
 
324
Get and return the current value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'><span class="type">"thumbnails"</span></a> property.
 
325
</p>
 
326
<div class="variablelist"><table border="0">
 
327
<col align="left" valign="top">
 
328
<tbody>
 
329
<tr>
 
330
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
331
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to query</td>
 
332
</tr>
 
333
<tr>
 
334
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
335
<td>the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'><span class="type">"thumbnails"</span></a> property</td>
 
336
</tr>
 
337
</tbody>
 
338
</table></div>
 
339
</div>
 
340
<hr>
 
341
<div class="refsect2">
 
342
<a name="rygel-visual-item-set-thumbnails"></a><h3>rygel_visual_item_set_thumbnails ()</h3>
 
343
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_visual_item_set_thumbnails    (<em class="parameter"><code><a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> *self</code></em>,
 
344
                                                         <em class="parameter"><code><span class="type">GeeArrayList</span> *value</code></em>);</pre>
 
345
<p>
 
346
Set the value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'><span class="type">"thumbnails"</span></a> property to <em class="parameter"><code>value</code></em>.
 
347
</p>
 
348
<div class="variablelist"><table border="0">
 
349
<col align="left" valign="top">
 
350
<tbody>
 
351
<tr>
 
352
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
353
<td>the <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> instance to modify</td>
 
354
</tr>
 
355
<tr>
 
356
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
357
<td>the new value of the <a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'><span class="type">"thumbnails"</span></a> property</td>
 
358
</tr>
 
359
</tbody>
 
360
</table></div>
 
361
</div>
 
362
<hr>
 
363
<div class="refsect2">
 
364
<a name="RygelVisualItem-struct"></a><h3>RygelVisualItem</h3>
 
365
<pre class="programlisting">typedef struct _RygelVisualItem RygelVisualItem;</pre>
 
366
<p>
 
367
An interface that visual (video and image) items must implement.
 
368
</p>
 
369
</div>
 
370
<hr>
 
371
<div class="refsect2">
 
372
<a name="RygelVisualItemIface"></a><h3>struct RygelVisualItemIface</h3>
 
373
<pre class="programlisting">struct RygelVisualItemIface {
 
374
        GTypeInterface parent_iface;
 
375
        gint (*get_width) (RygelVisualItem* self);
 
376
        void (*set_width) (RygelVisualItem* self, gint value);
 
377
        gint (*get_height) (RygelVisualItem* self);
 
378
        void (*set_height) (RygelVisualItem* self, gint value);
 
379
        gint (*get_pixel_width) (RygelVisualItem* self);
 
380
        void (*set_pixel_width) (RygelVisualItem* self, gint value);
 
381
        gint (*get_pixel_height) (RygelVisualItem* self);
 
382
        void (*set_pixel_height) (RygelVisualItem* self, gint value);
 
383
        gint (*get_color_depth) (RygelVisualItem* self);
 
384
        void (*set_color_depth) (RygelVisualItem* self, gint value);
 
385
        GeeArrayList* (*get_thumbnails) (RygelVisualItem* self);
 
386
        void (*set_thumbnails) (RygelVisualItem* self, GeeArrayList* value);
 
387
};
 
388
</pre>
 
389
<p>
 
390
Interface for creating <a class="link" href="RygelVisualItem.html" title="RygelVisualItem"><span class="type">RygelVisualItem</span></a> implementations.
 
391
</p>
 
392
<div class="variablelist"><table border="0">
 
393
<col align="left" valign="top">
 
394
<tbody>
 
395
<tr>
 
396
<td><p><span class="term"><a href="../gobject/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="RygelVisualItemIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
 
397
<td>the parent interface structure</td>
 
398
</tr>
 
399
<tr>
 
400
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.get-width"></a>get_width</code></em> ()</span></p></td>
 
401
<td>getter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'><span class="type">"width"</span></a>
 
402
</td>
 
403
</tr>
 
404
<tr>
 
405
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.set-width"></a>set_width</code></em> ()</span></p></td>
 
406
<td>setter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--width" title='The "width" property'><span class="type">"width"</span></a>
 
407
</td>
 
408
</tr>
 
409
<tr>
 
410
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.get-height"></a>get_height</code></em> ()</span></p></td>
 
411
<td>getter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'><span class="type">"height"</span></a>
 
412
</td>
 
413
</tr>
 
414
<tr>
 
415
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.set-height"></a>set_height</code></em> ()</span></p></td>
 
416
<td>setter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--height" title='The "height" property'><span class="type">"height"</span></a>
 
417
</td>
 
418
</tr>
 
419
<tr>
 
420
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.get-pixel-width"></a>get_pixel_width</code></em> ()</span></p></td>
 
421
<td>getter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'><span class="type">"pixel-width"</span></a>
 
422
</td>
 
423
</tr>
 
424
<tr>
 
425
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.set-pixel-width"></a>set_pixel_width</code></em> ()</span></p></td>
 
426
<td>setter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-width" title='The "pixel-width" property'><span class="type">"pixel-width"</span></a>
 
427
</td>
 
428
</tr>
 
429
<tr>
 
430
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.get-pixel-height"></a>get_pixel_height</code></em> ()</span></p></td>
 
431
<td>getter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'><span class="type">"pixel-height"</span></a>
 
432
</td>
 
433
</tr>
 
434
<tr>
 
435
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.set-pixel-height"></a>set_pixel_height</code></em> ()</span></p></td>
 
436
<td>setter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--pixel-height" title='The "pixel-height" property'><span class="type">"pixel-height"</span></a>
 
437
</td>
 
438
</tr>
 
439
<tr>
 
440
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.get-color-depth"></a>get_color_depth</code></em> ()</span></p></td>
 
441
<td>getter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'><span class="type">"color-depth"</span></a>
 
442
</td>
 
443
</tr>
 
444
<tr>
 
445
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.set-color-depth"></a>set_color_depth</code></em> ()</span></p></td>
 
446
<td>setter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--color-depth" title='The "color-depth" property'><span class="type">"color-depth"</span></a>
 
447
</td>
 
448
</tr>
 
449
<tr>
 
450
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.get-thumbnails"></a>get_thumbnails</code></em> ()</span></p></td>
 
451
<td>getter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'><span class="type">"thumbnails"</span></a>
 
452
</td>
 
453
</tr>
 
454
<tr>
 
455
<td><p><span class="term"><em class="structfield"><code><a name="RygelVisualItemIface.set-thumbnails"></a>set_thumbnails</code></em> ()</span></p></td>
 
456
<td>setter method for the abstract property <a class="link" href="RygelVisualItem.html#RygelVisualItem--thumbnails" title='The "thumbnails" property'><span class="type">"thumbnails"</span></a>
 
457
</td>
 
458
</tr>
 
459
</tbody>
 
460
</table></div>
 
461
</div>
 
462
</div>
 
463
<div class="refsect1">
 
464
<a name="RygelVisualItem.property-details"></a><h2>Property Details</h2>
 
465
<div class="refsect2">
 
466
<a name="RygelVisualItem--color-depth"></a><h3>The <code class="literal">"color-depth"</code> property</h3>
 
467
<pre class="programlisting">  "color-depth"              <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
468
<p>
 
469
The number of bits per pixel used to represent the video or image resource. A value of -1 means that the color depth is unknown and will not, or did not, appear in DIDL-Lite XML.
 
470
</p>
 
471
<p>Default value: 0</p>
 
472
</div>
 
473
<hr>
 
474
<div class="refsect2">
 
475
<a name="RygelVisualItem--height"></a><h3>The <code class="literal">"height"</code> property</h3>
 
476
<pre class="programlisting">  "height"                   <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
477
<p>
 
478
The height of the item in pixels. A value of -1 means that the height is unknown and will not, or did not, appear in DIDL-Lite XML.
 
479
</p>
 
480
<p>Default value: 0</p>
 
481
</div>
 
482
<hr>
 
483
<div class="refsect2">
 
484
<a name="RygelVisualItem--pixel-height"></a><h3>The <code class="literal">"pixel-height"</code> property</h3>
 
485
<pre class="programlisting">  "pixel-height"             <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
486
<p>pixel-height.</p>
 
487
<p>Default value: 0</p>
 
488
</div>
 
489
<hr>
 
490
<div class="refsect2">
 
491
<a name="RygelVisualItem--pixel-width"></a><h3>The <code class="literal">"pixel-width"</code> property</h3>
 
492
<pre class="programlisting">  "pixel-width"              <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
493
<p>pixel-width.</p>
 
494
<p>Default value: 0</p>
 
495
</div>
 
496
<hr>
 
497
<div class="refsect2">
 
498
<a name="RygelVisualItem--thumbnails"></a><h3>The <code class="literal">"thumbnails"</code> property</h3>
 
499
<pre class="programlisting">  "thumbnails"               <span class="type">GeeArrayList</span>*         : Read / Write</pre>
 
500
<p>thumbnails.</p>
 
501
</div>
 
502
<hr>
 
503
<div class="refsect2">
 
504
<a name="RygelVisualItem--width"></a><h3>The <code class="literal">"width"</code> property</h3>
 
505
<pre class="programlisting">  "width"                    <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
506
<p>
 
507
The width of the item in pixels. A value of -1 means that the width is unknown and will not, or did not, appear in DIDL-Lite XML.
 
508
</p>
 
509
<p>Default value: 0</p>
 
510
</div>
 
511
</div>
 
512
</div>
 
513
<div class="footer">
 
514
<hr>
 
515
          Generated by GTK-Doc V1.18</div>
 
516
</body>
 
517
</html>
 
 
b'\\ No newline at end of file'