~walkerlee/totem/pre-interview

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-03-16 09:06:31 UTC
  • mfrom: (1.4.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100316090631-i2m29ukr09gyjj2s
Tags: 2.29.92-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/patches/99_gst-bus_flush.patch:
    - Dropped, merged upstream.
* Merge changes from 2.28.5-2.

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