~swem/totem/assignment

« back to all changes in this revision

Viewing changes to docs/reference/html/TotemVideoList.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
<div class="refnamediv"><table width="100%"><tr>
45
45
<td valign="top">
46
46
<h2><span class="refentrytitle"><a name="TotemVideoList.top_of_page"></a>TotemVideoList</span></h2>
47
 
<p>TotemVideoList — a <a
48
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html"
49
 
><span class="type">GtkTreeView</span></a> widget for listing videos</p>
 
47
<p>TotemVideoList — a <span class="type">GtkTreeView</span> widget for listing videos</p>
50
48
</td>
51
49
<td valign="top" align="right"></td>
52
50
</tr></table></div>
63
61
                    <a class="link" href="TotemVideoList.html#TotemVideoList-struct" title="TotemVideoList">TotemVideoList</a>;
64
62
                    <a class="link" href="TotemVideoList.html#TotemVideoListClass" title="TotemVideoListClass">TotemVideoListClass</a>;
65
63
<a class="link" href="TotemVideoList.html" title="TotemVideoList">TotemVideoList</a> *    <a class="link" href="TotemVideoList.html#totem-video-list-new" title="totem_video_list_new ()">totem_video_list_new</a>                (void);
66
 
<a
67
 
href="http://library.gnome.org/devel/gtk/unstable/GtkUIManager.html"
68
 
>GtkUIManager</a> *      <a class="link" href="TotemVideoList.html#totem-video-list-get-ui-manager" title="totem_video_list_get_ui_manager ()">totem_video_list_get_ui_manager</a>     (<a class="link" href="TotemVideoList.html" title="TotemVideoList">TotemVideoList</a> *self);
 
64
GtkUIManager *      <a class="link" href="TotemVideoList.html#totem-video-list-get-ui-manager" title="totem_video_list_get_ui_manager ()">totem_video_list_get_ui_manager</a>     (<a class="link" href="TotemVideoList.html" title="TotemVideoList">TotemVideoList</a> *self);
69
65
</pre>
70
66
</div>
71
67
<div class="refsect1" title="Object Hierarchy">
77
73
   +----<a
78
74
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
79
75
>GInitiallyUnowned</a>
80
 
         +----<a
81
 
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
82
 
>GtkObject</a>
 
76
         +----GtkObject
83
77
               +----GtkWidget
84
 
                     +----<a
85
 
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
86
 
>GtkContainer</a>
87
 
                           +----<a
88
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html"
89
 
>GtkTreeView</a>
 
78
                     +----GtkContainer
 
79
                           +----GtkTreeView
90
80
                                 +----TotemVideoList
91
81
</pre>
92
82
</div>
94
84
<a name="TotemVideoList.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
95
85
<p>
96
86
TotemVideoList implements
97
 
 AtkImplementorIface and  <a
98
 
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
99
 
>GtkBuildable</a>.</p>
 
87
 AtkImplementorIface and  GtkBuildable.</p>
100
88
</div>
101
89
<div class="refsect1" title="Properties">
102
90
<a name="TotemVideoList.properties"></a><h2>Properties</h2>
119
107
<div class="refsect1" title="Description">
120
108
<a name="TotemVideoList.description"></a><h2>Description</h2>
121
109
<p>
122
 
<a class="link" href="TotemVideoList.html" title="TotemVideoList"><span class="type">TotemVideoList</span></a> is a <a
123
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html"
124
 
><span class="type">GtkTreeView</span></a> designed for listing videos by their thumbnails using <a class="link" href="TotemCellRendererVideo.html" title="TotemCellRendererVideo"><span class="type">TotemCellRendererVideo</span></a>.
125
 
It supports tooltips, loading the videos by activating tree view rows, and <a
126
 
href="http://library.gnome.org/devel/gtk/unstable/GtkUIManager.html"
127
 
><span class="type">GtkUIManager</span></a> actions in the popup menu.</p>
 
110
<a class="link" href="TotemVideoList.html" title="TotemVideoList"><span class="type">TotemVideoList</span></a> is a <span class="type">GtkTreeView</span> designed for listing videos by their thumbnails using <a class="link" href="TotemCellRendererVideo.html" title="TotemCellRendererVideo"><span class="type">TotemCellRendererVideo</span></a>.
 
111
It supports tooltips, loading the videos by activating tree view rows, and <span class="type">GtkUIManager</span> actions in the popup menu.</p>
128
112
<p>
129
113
</p>
130
114
</div>
187
171
<hr>
188
172
<div class="refsect2" title="totem_video_list_get_ui_manager ()">
189
173
<a name="totem-video-list-get-ui-manager"></a><h3>totem_video_list_get_ui_manager ()</h3>
190
 
<pre class="programlisting"><a
191
 
href="http://library.gnome.org/devel/gtk/unstable/GtkUIManager.html"
192
 
>GtkUIManager</a> *      totem_video_list_get_ui_manager     (<a class="link" href="TotemVideoList.html" title="TotemVideoList">TotemVideoList</a> *self);</pre>
 
174
<pre class="programlisting">GtkUIManager *      totem_video_list_get_ui_manager     (<a class="link" href="TotemVideoList.html" title="TotemVideoList">TotemVideoList</a> *self);</pre>
193
175
<p>
194
 
Returns the <a
195
 
href="http://library.gnome.org/devel/gtk/unstable/GtkUIManager.html"
196
 
><span class="type">GtkUIManager</span></a> in use by <em class="parameter"><code>self</code></em>.</p>
 
176
Returns the <span class="type">GtkUIManager</span> in use by <em class="parameter"><code>self</code></em>.</p>
197
177
<p>
198
178
</p>
199
179
<div class="variablelist"><table border="0">
206
186
</tr>
207
187
<tr>
208
188
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
209
 
<td> <em class="parameter"><code>self</code></em>'s <a
210
 
href="http://library.gnome.org/devel/gtk/unstable/GtkUIManager.html"
211
 
><span class="type">GtkUIManager</span></a>
 
189
<td> <em class="parameter"><code>self</code></em>'s <span class="type">GtkUIManager</span>
212
190
</td>
213
191
</tr>
214
192
</tbody>
223
201
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
224
202
>gint</a>                  : Read / Write</pre>
225
203
<p>
226
 
The column number of the <a
227
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"
228
 
><span class="type">GtkTreeModel</span></a> column containing MRLs of the videos in the video list.
 
204
The column number of the <span class="type">GtkTreeModel</span> column containing MRLs of the videos in the video list.
229
205
If it's set to -1, video rows will not be activatable (e.g. by double-clicking them).</p>
230
206
<p>
231
207
</p>
239
215
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
240
216
>gint</a>                  : Read / Write</pre>
241
217
<p>
242
 
The column number of the <a
243
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"
244
 
><span class="type">GtkTreeModel</span></a> column containing tooltips to be displayed by the video list.
 
218
The column number of the <span class="type">GtkTreeModel</span> column containing tooltips to be displayed by the video list.
245
219
If it's set to -1, no tooltips shall be displayed.</p>
246
220
<p>
247
221
</p>
265
239
<pre class="programlisting"><a
266
240
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
267
241
>gboolean</a>            user_function                      (<a class="link" href="TotemVideoList.html" title="TotemVideoList">TotemVideoList</a> *video_list,
268
 
                                                        <a
269
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html#GtkTreePath"
270
 
>GtkTreePath</a>    *tree_path,
 
242
                                                        GtkTreePath    *tree_path,
271
243
                                                        <a
272
244
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
273
245
>gpointer</a>        user_data)       : Run Last</pre>
274
246
<p>
275
247
The <a class="link" href="TotemVideoList.html#TotemVideoList-starting-video" title='The "starting-video" signal'><span class="type">"starting-video"</span></a> signal is emitted when a video row is activated, just before the video is
276
 
added to the playlist. It allows for the video's MRL in the <a
277
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"
278
 
><span class="type">GtkTreeModel</span></a> to be modified, for example.
 
248
added to the playlist. It allows for the video's MRL in the <span class="type">GtkTreeModel</span> to be modified, for example.
279
249
</p>
280
250
<p>
281
251
If this returns <code class="literal">TRUE</code>, the video will be played; otherwise, it will not.</p>
291
261
</tr>
292
262
<tr>
293
263
<td><p><span class="term"><em class="parameter"><code>tree_path</code></em> :</span></p></td>
294
 
<td> the <a
295
 
href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html#GtkTreePath"
296
 
><span class="type">GtkTreePath</span></a> of the video row about to be played
 
264
<td> the <span class="type">GtkTreePath</span> of the video row about to be played
297
265
</td>
298
266
</tr>
299
267
<tr>