~ubuntu-branches/ubuntu/precise/totem/precise-201110181700

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-13 17:33:51 UTC
  • mfrom: (1.11.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100913173351-8tqvzz9xpc7y3e81
Tags: 2.31.90-0ubuntu1
* New upstream release:
  - Add chapters plugin
  - Support Web-M videos in YouTube plugin
  - Fix possible crash when quitting whilst the stream's tags are being
    gathered
  - Make it possible to use --raw along with --size in thumbnailer
  - Loads of updated translations
* debian/control.in:
  - build-dep on libsoup for the youtube plugin 
  Note: didn't add the chapters plugin. Can be done in Natty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="widget-api.html" title="Widgets">
9
9
<link rel="prev" href="widget-api.html" title="Widgets">
10
10
<link rel="next" href="TotemCellRendererVideo.html" title="TotemCellRendererVideo">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
61
61
<div class="refsect1" title="Object Hierarchy">
62
62
<a name="TotemVideoList.object-hierarchy"></a><h2>Object Hierarchy</h2>
63
63
<pre class="synopsis">
64
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
65
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
64
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
65
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
66
66
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
67
67
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
68
68
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
79
79
<div class="refsect1" title="Properties">
80
80
<a name="TotemVideoList.properties"></a><h2>Properties</h2>
81
81
<pre class="synopsis">
82
 
  "<a class="link" href="TotemVideoList.html#TotemVideoList--mrl-column" title='The "mrl-column" property'>mrl-column</a>"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
83
 
  "<a class="link" href="TotemVideoList.html#TotemVideoList--tooltip-column" title='The "tooltip-column" property'>tooltip-column</a>"           <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
82
  "<a class="link" href="TotemVideoList.html#TotemVideoList--mrl-column" title='The "mrl-column" property'>mrl-column</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
83
  "<a class="link" href="TotemVideoList.html#TotemVideoList--tooltip-column" title='The "tooltip-column" property'>tooltip-column</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
84
84
  "<a class="link" href="TotemVideoList.html#TotemVideoList--totem" title='The "totem" property'>totem</a>"                    <a class="link" href="TotemObject.html" title="TotemObject"><span class="type">TotemObject</span></a>*          : Read / Write
85
85
</pre>
86
86
</div>
178
178
<a name="TotemVideoList.property-details"></a><h2>Property Details</h2>
179
179
<div class="refsect2" title='The "mrl-column" property'>
180
180
<a name="TotemVideoList--mrl-column"></a><h3>The <code class="literal">"mrl-column"</code> property</h3>
181
 
<pre class="programlisting">  "mrl-column"               <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
181
<pre class="programlisting">  "mrl-column"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
182
182
<p>
183
183
The column number of the <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> column containing MRLs of the videos in the video list.
184
184
If it's set to -1, video rows will not be activatable (e.g. by double-clicking them).
189
189
<hr>
190
190
<div class="refsect2" title='The "tooltip-column" property'>
191
191
<a name="TotemVideoList--tooltip-column"></a><h3>The <code class="literal">"tooltip-column"</code> property</h3>
192
 
<pre class="programlisting">  "tooltip-column"           <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
192
<pre class="programlisting">  "tooltip-column"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
193
193
<p>
194
194
The column number of the <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> column containing tooltips to be displayed by the video list.
195
195
If it's set to -1, no tooltips shall be displayed.
210
210
<a name="TotemVideoList.signal-details"></a><h2>Signal Details</h2>
211
211
<div class="refsect2" title='The "starting-video" signal'>
212
212
<a name="TotemVideoList-starting-video"></a><h3>The <code class="literal">"starting-video"</code> signal</h3>
213
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="TotemVideoList.html" title="TotemVideoList"><span class="type">TotemVideoList</span></a> *video_list,
 
213
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="TotemVideoList.html" title="TotemVideoList"><span class="type">TotemVideoList</span></a> *video_list,
214
214
                                                        <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a>    *tree_path,
215
 
                                                        <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)       : Run Last</pre>
 
215
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>        user_data)       : Run Last</pre>
216
216
<p>
217
217
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
218
218
added to the playlist. It allows for the video's MRL in the <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> to be modified, for example.
219
219
</p>
220
220
<p>
221
 
If this returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the video will be played; otherwise, it will not.
 
221
If this returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the video will be played; otherwise, it will not.
222
222
</p>
223
223
<div class="variablelist"><table border="0">
224
224
<col align="left" valign="top">
248
248
</div>
249
249
<div class="footer">
250
250
<hr>
251
 
          Generated by GTK-Doc V1.14</div>
 
251
          Generated by GTK-Doc V1.15</div>
252
252
</body>
253
253
</html>
 
 
b'\\ No newline at end of file'