~ubuntu-branches/ubuntu/lucid/totem/lucid

« back to all changes in this revision

Viewing changes to docs/reference/html/totem-Interface.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-25 11:43:11 UTC
  • mfrom: (1.11.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225114311-vsjdzq9kl2n2g3ss
Tags: 2.29.91-0ubuntu1
* New upstream version:
  - Fix compilation with newer versions of Tracker
  - Update time in the status bar when frame-stepping
  - Fix a lot of build problems with newer GTK+, or using pedantic linkers
  - Update Vala bindings for external plugins
  - Fix problems with the popup menu in the browser plugin
* debian/control.in:
  - updated the gstreamer and gtk requirements
* debian/patches/90_autotools.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
void                <a class="link" href="totem-Interface.html#totem-interface-error" title="totem_interface_error ()">totem_interface_error</a>               (const char *title,
54
54
                                                         const char *reason,
55
 
                                                         <a
56
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
57
 
>GtkWindow</a> *parent);
 
55
                                                         GtkWindow *parent);
58
56
void                <a class="link" href="totem-Interface.html#totem-interface-error-blocking" title="totem_interface_error_blocking ()">totem_interface_error_blocking</a>      (const char *title,
59
57
                                                         const char *reason,
60
 
                                                         <a
61
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
62
 
>GtkWindow</a> *parent);
 
58
                                                         GtkWindow *parent);
63
59
void                <a class="link" href="totem-Interface.html#totem-interface-error-with-link" title="totem_interface_error_with_link ()">totem_interface_error_with_link</a>     (const char *title,
64
60
                                                         const char *reason,
65
61
                                                         const char *uri,
66
62
                                                         const char *label,
67
 
                                                         <a
68
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
69
 
>GtkWindow</a> *parent,
 
63
                                                         GtkWindow *parent,
70
64
                                                         <a class="link" href="TotemObject.html#Totem" title="Totem">Totem</a> *totem);
71
65
</pre>
72
66
</div>
83
77
<a name="totem-interface-error"></a><h3>totem_interface_error ()</h3>
84
78
<pre class="programlisting">void                totem_interface_error               (const char *title,
85
79
                                                         const char *reason,
86
 
                                                         <a
87
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
88
 
>GtkWindow</a> *parent);</pre>
 
80
                                                         GtkWindow *parent);</pre>
89
81
<p>
90
82
Display a modal error dialogue with <em class="parameter"><code>title</code></em> as its primary error text, and <em class="parameter"><code>reason</code></em>
91
83
as its secondary text.</p>
106
98
</tr>
107
99
<tr>
108
100
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
109
 
<td> the error dialogue's parent <a
110
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
111
 
><span class="type">GtkWindow</span></a>
 
101
<td> the error dialogue's parent <span class="type">GtkWindow</span>
112
102
</td>
113
103
</tr>
114
104
</tbody>
119
109
<a name="totem-interface-error-blocking"></a><h3>totem_interface_error_blocking ()</h3>
120
110
<pre class="programlisting">void                totem_interface_error_blocking      (const char *title,
121
111
                                                         const char *reason,
122
 
                                                         <a
123
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
124
 
>GtkWindow</a> *parent);</pre>
 
112
                                                         GtkWindow *parent);</pre>
125
113
<p>
126
114
Display a modal error dialogue like <a class="link" href="totem-Interface.html#totem-interface-error" title="totem_interface_error ()"><code class="function">totem_interface_error()</code></a> which blocks until the user has
127
115
dismissed it.</p>
142
130
</tr>
143
131
<tr>
144
132
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
145
 
<td> the error dialogue's parent <a
146
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
147
 
><span class="type">GtkWindow</span></a>
 
133
<td> the error dialogue's parent <span class="type">GtkWindow</span>
148
134
</td>
149
135
</tr>
150
136
</tbody>
157
143
                                                         const char *reason,
158
144
                                                         const char *uri,
159
145
                                                         const char *label,
160
 
                                                         <a
161
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
162
 
>GtkWindow</a> *parent,
 
146
                                                         GtkWindow *parent,
163
147
                                                         <a class="link" href="TotemObject.html#Totem" title="Totem">Totem</a> *totem);</pre>
164
148
<p>
165
149
Display a modal error dialogue like <a class="link" href="totem-Interface.html#totem-interface-error" title="totem_interface_error ()"><code class="function">totem_interface_error()</code></a>,
191
175
</tr>
192
176
<tr>
193
177
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
194
 
<td> the error dialogue's parent <a
195
 
href="http://library.gnome.org/devel/gtk/unstable/GtkWindow.html"
196
 
><span class="type">GtkWindow</span></a>
 
178
<td> the error dialogue's parent <span class="type">GtkWindow</span>
197
179
</td>
198
180
</tr>
199
181
<tr>