~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to doc/reference/html/rhythmbox-rb-load-failure-dialog.html

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1
2
<html>
2
3
<head>
3
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
7
8
<link rel="up" href="ch08.html" title="Widgets">
8
9
<link rel="prev" href="rhythmbox-rb-header.html" title="rb-header">
9
10
<link rel="next" href="rhythmbox-rb-property-view.html" title="rb-property-view">
10
 
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
11
12
<link rel="stylesheet" href="style.css" type="text/css">
12
13
<link rel="chapter" href="ch01.html" title="IRadio UI">
13
14
<link rel="chapter" href="ch02.html" title="Lib">
19
20
<link rel="chapter" href="ch08.html" title="Widgets">
20
21
</head>
21
22
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
22
 
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
23
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
24
<tr valign="middle">
23
25
<td><a accesskey="p" href="rhythmbox-rb-header.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
24
26
<td><a accesskey="u" href="ch08.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
25
27
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
26
28
<th width="100%" align="center">Rhythmbox Development Reference Manual</th>
27
29
<td><a accesskey="n" href="rhythmbox-rb-property-view.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
28
 
</tr></table>
 
30
</tr>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
 
32
                  &#160;|&#160;
 
33
                  <a href="#desc" class="shortcut">Description</a></nobr></td></tr>
 
34
</table>
29
35
<div class="refentry" lang="en">
30
36
<a name="rhythmbox-rb-load-failure-dialog"></a><div class="titlepage"></div>
31
37
<div class="refnamediv"><table width="100%"><tr>
32
38
<td valign="top">
33
 
<h2><span class="refentrytitle">rb-load-failure-dialog</span></h2>
 
39
<h2><span class="refentrytitle"><a name="top_of_page"></a>rb-load-failure-dialog</span></h2>
34
40
<p>rb-load-failure-dialog &#8212; </p>
35
41
</td>
36
42
<td valign="top" align="right"></td>
37
43
</tr></table></div>
38
44
<div class="refsynopsisdiv">
39
 
<h2>Synopsis</h2>
 
45
<a name="synopsis"></a><h2>Synopsis</h2>
40
46
<pre class="synopsis">
41
47
 
42
48
 
43
49
 
44
 
typedef     <a href="rhythmbox-rb-load-failure-dialog.html#RBLoadFailureDialogPrivate">RBLoadFailureDialogPrivate</a>;
45
 
GtkWidget*  <a href="rhythmbox-rb-load-failure-dialog.html#rb-load-failure-dialog-new">rb_load_failure_dialog_new</a>      (void);
46
 
void        <a href="rhythmbox-rb-load-failure-dialog.html#rb-load-failure-dialog-add">rb_load_failure_dialog_add</a>      (RBLoadFailureDialog *dlg,
47
 
                                             const char *uri,
48
 
                                             const char *error);
49
 
 
50
 
</pre>
51
 
</div>
52
 
<div class="refsect1" lang="en">
53
 
<a name="id2597852"></a><h2>Description</h2>
54
 
<p>
55
 
 
56
 
</p>
57
 
</div>
58
 
<div class="refsect1" lang="en">
59
 
<a name="id2597863"></a><h2>Details</h2>
60
 
<div class="refsect2" lang="en">
61
 
<a name="id2597869"></a><h3>
62
 
<a name="RBLoadFailureDialogPrivate"></a>RBLoadFailureDialogPrivate</h3>
63
 
<a class="indexterm" name="id2597878"></a><pre class="programlisting">typedef struct RBLoadFailureDialogPrivate RBLoadFailureDialogPrivate;
64
 
</pre>
65
 
<p>
66
 
 
67
 
</p>
68
 
</div>
69
 
<hr>
70
 
<div class="refsect2" lang="en">
71
 
<a name="id2597894"></a><h3>
72
 
<a name="rb-load-failure-dialog-new"></a>rb_load_failure_dialog_new ()</h3>
73
 
<a class="indexterm" name="id2597903"></a><pre class="programlisting">GtkWidget*  rb_load_failure_dialog_new      (void);</pre>
74
 
<p>
75
 
 
76
 
</p>
77
 
<div class="variablelist"><table border="0">
78
 
<col align="left" valign="top">
79
 
<tbody><tr>
80
 
<td>
81
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
82
 
<td>
83
 
 
84
 
 
85
 
</td>
86
 
</tr></tbody>
87
 
</table></div>
88
 
</div>
89
 
<hr>
90
 
<div class="refsect2" lang="en">
91
 
<a name="id2597938"></a><h3>
92
 
<a name="rb-load-failure-dialog-add"></a>rb_load_failure_dialog_add ()</h3>
93
 
<a class="indexterm" name="id2597947"></a><pre class="programlisting">void        rb_load_failure_dialog_add      (RBLoadFailureDialog *dlg,
94
 
                                             const char *uri,
95
 
                                             const char *error);</pre>
96
 
<p>
97
 
 
98
 
</p>
99
 
<div class="variablelist"><table border="0">
100
 
<col align="left" valign="top">
101
 
<tbody>
102
 
<tr>
103
 
<td>
104
 
<span class="term"><em class="parameter"><code>dlg</code></em>&#160;:</span></td>
105
 
<td>
106
 
</td>
107
 
</tr>
108
 
<tr>
109
 
<td>
110
 
<span class="term"><em class="parameter"><code>uri</code></em>&#160;:</span></td>
111
 
<td>
112
 
</td>
113
 
</tr>
114
 
<tr>
115
 
<td>
116
 
<span class="term"><em class="parameter"><code>error</code></em>&#160;:</span></td>
117
 
<td>
118
 
 
119
 
 
120
 
</td>
121
 
</tr>
122
 
</tbody>
123
 
</table></div>
124
 
</div>
125
 
</div>
126
 
</div>
127
 
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
128
 
<td align="left"><a accesskey="p" href="rhythmbox-rb-header.html"><b>&lt;&lt;&#160;rb-header</b></a></td>
129
 
<td align="right"><a accesskey="n" href="rhythmbox-rb-property-view.html"><b>rb-property-view&#160;&gt;&gt;</b></a></td>
130
 
</tr></table>
 
50
 
 
51
</pre>
 
52
</div>
 
53
<div class="refsect1" lang="en">
 
54
<a name="desc"></a><h2>Description</h2>
 
55
<p>
 
56
 
 
57
</p>
 
58
</div>
 
59
<div class="refsect1" lang="en">
 
60
<a name="details"></a><h2>Details</h2>
 
61
</div>
 
62
</div>
131
63
</body>
132
64
</html>