~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

Viewing changes to doc/reference/html/RBProxyConfig.html

Tags: upstream-0.11.99.1
Import upstream version 0.11.99.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch02.html" title="Lib">
9
9
<link rel="prev" href="rhythmbox-rb-glade-helpers.html" title="rb-glade-helpers">
10
10
<link rel="next" href="RBStringValueMap.html" title="RBStringValueMap">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="Backends">
14
14
<link rel="chapter" href="ch02.html" title="Lib">
27
27
<th width="100%" align="center">Rhythmbox Development Reference Manual</th>
28
28
<td><a accesskey="n" href="RBStringValueMap.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
29
29
</tr>
30
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#RBProxyConfig.synopsis" class="shortcut">Top</a>
31
 
                   | 
32
 
                  <a href="#RBProxyConfig.description" class="shortcut">Description</a>
33
 
                   | 
34
 
                  <a href="#RBProxyConfig.object-hierarchy" class="shortcut">Object Hierarchy</a>
35
 
                   | 
36
 
                  <a href="#RBProxyConfig.signals" class="shortcut">Signals</a></nobr></td></tr>
 
30
<tr><td colspan="5" class="shortcuts">
 
31
<a href="#RBProxyConfig.synopsis" class="shortcut">Top</a>
 
32
                 | 
 
33
                <a href="#RBProxyConfig.description" class="shortcut">Description</a>
 
34
                 | 
 
35
                <a href="#RBProxyConfig.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
36
                 | 
 
37
                <a href="#RBProxyConfig.signals" class="shortcut">Signals</a>
 
38
</td></tr>
37
39
</table>
38
40
<div class="refentry" lang="en">
39
41
<a name="RBProxyConfig"></a><div class="titlepage"></div>
49
51
<pre class="synopsis">
50
52
                    <a class="link" href="RBProxyConfig.html#RBProxyConfig-struct" title="RBProxyConfig">RBProxyConfig</a>;
51
53
                    <a class="link" href="RBProxyConfig.html#RBProxyConfigClass" title="RBProxyConfigClass">RBProxyConfigClass</a>;
52
 
<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a>*      <a class="link" href="RBProxyConfig.html#rb-proxy-config-new" title="rb_proxy_config_new ()">rb_proxy_config_new</a>                 (void);
 
54
<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *     <a class="link" href="RBProxyConfig.html#rb-proxy-config-new" title="rb_proxy_config_new ()">rb_proxy_config_new</a>                 (void);
53
55
<a
54
56
href="/usr/share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupURI.html#SoupURI"
55
 
>SoupURI</a>*            <a class="link" href="RBProxyConfig.html#rb-proxy-config-get-libsoup-uri" title="rb_proxy_config_get_libsoup_uri ()">rb_proxy_config_get_libsoup_uri</a>     (<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *config);
 
57
>SoupURI</a> *           <a class="link" href="RBProxyConfig.html#rb-proxy-config-get-libsoup-uri" title="rb_proxy_config_get_libsoup_uri ()">rb_proxy_config_get_libsoup_uri</a>     (<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *config);
56
58
</pre>
57
59
</div>
58
60
<div class="refsect1" lang="en">
59
61
<a name="RBProxyConfig.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
62
<pre class="synopsis">
61
63
  <a
62
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
64
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
63
65
>GObject</a>
64
66
   +----RBProxyConfig
65
67
</pre>
78
80
It only supports manual proxy configuration (with authentication).  It
79
81
does not support any of the various automatic proxy configuration schemes.</p>
80
82
<p>
81
 
 
82
83
</p>
83
84
</div>
84
85
<div class="refsect1" lang="en">
87
88
<a name="RBProxyConfig-struct"></a><h3>RBProxyConfig</h3>
88
89
<pre class="programlisting">typedef struct _RBProxyConfig RBProxyConfig;</pre>
89
90
<p>
90
 
 
91
91
</p>
92
92
</div>
93
93
<hr>
100
100
} RBProxyConfigClass;
101
101
</pre>
102
102
<p>
103
 
 
104
103
</p>
105
104
</div>
106
105
<hr>
107
106
<div class="refsect2" lang="en">
108
107
<a name="rb-proxy-config-new"></a><h3>rb_proxy_config_new ()</h3>
109
 
<pre class="programlisting"><a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a>*      rb_proxy_config_new                 (void);</pre>
 
108
<pre class="programlisting"><a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *     rb_proxy_config_new                 (void);</pre>
110
109
<p>
111
110
</p>
112
111
<p>
113
 
 
114
112
</p>
115
113
<div class="variablelist"><table border="0">
116
114
<col align="left" valign="top">
126
124
<a name="rb-proxy-config-get-libsoup-uri"></a><h3>rb_proxy_config_get_libsoup_uri ()</h3>
127
125
<pre class="programlisting"><a
128
126
href="/usr/share/gtk-doc/html/libsoup-2.4/libsoup-24-SoupURI.html#SoupURI"
129
 
>SoupURI</a>*            rb_proxy_config_get_libsoup_uri     (<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *config);</pre>
 
127
>SoupURI</a> *           rb_proxy_config_get_libsoup_uri     (<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *config);</pre>
130
128
<p>
131
129
</p>
132
130
<p>
133
 
 
134
131
</p>
135
132
<div class="variablelist"><table border="0">
136
133
<col align="left" valign="top">
155
152
<a name="RBProxyConfig-config-changed"></a><h3>The <code class="literal">"config-changed"</code> signal</h3>
156
153
<pre class="programlisting">void                user_function                      (<a class="link" href="RBProxyConfig.html" title="RBProxyConfig">RBProxyConfig</a> *config,
157
154
                                                        <a
158
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
 
155
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
159
156
>gpointer</a>       user_data)      : Run Last</pre>
160
157
<p>
161
158
Emitted when the HTTP proxy configuration is changed.</p>
162
159
<p>
163
 
 
164
160
</p>
165
161
<div class="variablelist"><table border="0">
166
162
<col align="left" valign="top">
181
177
</div>
182
178
<div class="footer">
183
179
<hr>
184
 
          Generated by GTK-Doc V1.10</div>
 
180
          Generated by GTK-Doc V1.11</div>
185
181
</body>
186
182
</html>