~ubuntu-branches/ubuntu/jaunty/libsoup2.4/jaunty-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-12-17 14:51:11 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20081217145111-sqbz10l57fmrh4vz
Tags: 2.25.4-0ubuntu1
* New upstream version
* debian/control.in:
  - build-depends on libgconf2-dev, libproxy-dev
* Updated to list the new libsoup-gnome binaries
* debian/rules:
  - updated shlibs version and list the new library

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<title>SoupSessionSync</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
7
<link rel="home" href="index.html" title="libsoup Reference Manual">
8
 
<link rel="up" href="ch02.html" title="API Reference">
 
8
<link rel="up" href="ch02.html" title="Core API">
9
9
<link rel="prev" href="SoupSessionAsync.html" title="SoupSessionAsync">
10
 
<link rel="next" href="SoupSocket.html" title="SoupSocket">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
10
<link rel="next" href="libsoup-24-soup-status.html" title="soup-status">
 
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="Tutorial">
14
 
<link rel="chapter" href="ch02.html" title="API Reference">
 
14
<link rel="chapter" href="ch02.html" title="Core API">
 
15
<link rel="chapter" href="ch03.html" title="Web Services APIs">
 
16
<link rel="chapter" href="ch04.html" title="GNOME integration">
 
17
<link rel="chapter" href="ch05.html" title="Low-level Networking API">
15
18
<link rel="index" href="ix01.html" title="Index">
16
19
</head>
17
20
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
21
24
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
22
25
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
26
<th width="100%" align="center">libsoup Reference Manual</th>
24
 
<td><a accesskey="n" href="SoupSocket.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
27
<td><a accesskey="n" href="libsoup-24-soup-status.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
28
</tr>
26
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#SoupSessionSync.synopsis" class="shortcut">Top</a>
27
 
                   | 
28
 
                  <a href="#SoupSessionSync.description" class="shortcut">Description</a>
29
 
                   | 
30
 
                  <a href="#SoupSessionSync.object-hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 
29
<tr><td colspan="5" class="shortcuts">
 
30
<a href="#SoupSessionSync.synopsis" class="shortcut">Top</a>
 
31
                 | 
 
32
                <a href="#SoupSessionSync.description" class="shortcut">Description</a>
 
33
                 | 
 
34
                <a href="#SoupSessionSync.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
35
</td></tr>
31
36
</table>
32
37
<div class="refentry" lang="en">
33
38
<a name="SoupSessionSync"></a><div class="titlepage"></div>
43
48
<a name="SoupSessionSync.synopsis"></a><h2>Synopsis</h2>
44
49
<pre class="synopsis">
45
50
struct              <a class="link" href="SoupSessionSync.html#SoupSessionSync-struct" title="struct SoupSessionSync">SoupSessionSync</a>;
46
 
<a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a>*        <a class="link" href="SoupSessionSync.html#soup-session-sync-new" title="soup_session_sync_new ()">soup_session_sync_new</a>               (void);
47
 
<a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a>*        <a class="link" href="SoupSessionSync.html#soup-session-sync-new-with-options" title="soup_session_sync_new_with_options ()">soup_session_sync_new_with_options</a>  (const char *optname1,
 
51
<a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a> *       <a class="link" href="SoupSessionSync.html#soup-session-sync-new" title="soup_session_sync_new ()">soup_session_sync_new</a>               (void);
 
52
<a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a> *       <a class="link" href="SoupSessionSync.html#soup-session-sync-new-with-options" title="soup_session_sync_new_with_options ()">soup_session_sync_new_with_options</a>  (const char *optname1,
48
53
                                                         ...);
49
54
</pre>
50
55
</div>
82
87
off to <a class="link" href="SoupSessionSync.html" title="SoupSessionSync"><span class="type">SoupSessionSync</span></a>, it can only be manipulated from its signal
83
88
handler callbacks, until I/O is complete.</p>
84
89
<p>
85
 
 
86
90
</p>
87
91
</div>
88
92
<div class="refsect1" lang="en">
91
95
<a name="SoupSessionSync-struct"></a><h3>struct SoupSessionSync</h3>
92
96
<pre class="programlisting">struct SoupSessionSync;</pre>
93
97
<p>
94
 
 
95
98
</p>
96
99
</div>
97
100
<hr>
98
101
<div class="refsect2" lang="en">
99
102
<a name="soup-session-sync-new"></a><h3>soup_session_sync_new ()</h3>
100
 
<pre class="programlisting"><a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a>*        soup_session_sync_new               (void);</pre>
 
103
<pre class="programlisting"><a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a> *       soup_session_sync_new               (void);</pre>
101
104
<p>
102
105
Creates an synchronous <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> with the default options.</p>
103
106
<p>
104
 
 
105
107
</p>
106
108
<div class="variablelist"><table border="0">
107
109
<col align="left" valign="top">
115
117
<hr>
116
118
<div class="refsect2" lang="en">
117
119
<a name="soup-session-sync-new-with-options"></a><h3>soup_session_sync_new_with_options ()</h3>
118
 
<pre class="programlisting"><a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a>*        soup_session_sync_new_with_options  (const char *optname1,
 
120
<pre class="programlisting"><a class="link" href="SoupSession.html" title="SoupSession">SoupSession</a> *       soup_session_sync_new_with_options  (const char *optname1,
119
121
                                                         ...);</pre>
120
122
<p>
121
123
Creates an synchronous <a class="link" href="SoupSession.html" title="SoupSession"><span class="type">SoupSession</span></a> with the specified options.</p>
122
124
<p>
123
 
 
124
125
</p>
125
126
<div class="variablelist"><table border="0">
126
127
<col align="left" valign="top">
147
148
</div>
148
149
<div class="footer">
149
150
<hr>
150
 
          Generated by GTK-Doc V1.10</div>
 
151
          Generated by GTK-Doc V1.11</div>
151
152
</body>
152
153
</html>