summaryrefslogtreecommitdiff
path: root/docs/reference/tmpl/soup-session-sync.sgml
blob: 65398c1b8a0c94aa5c04b0b53e88e88ac10929d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- ##### SECTION Title ##### -->
SoupSessionSync

<!-- ##### SECTION Short_Description ##### -->
Soup session for blocking I/O in multithreaded programs.

<!-- ##### SECTION Long_Description ##### -->
<para>
#SoupSessionSync is an implementation of #SoupSession that uses
synchronous I/O, intended for use in multi-threaded programs.
</para>

<para>
Note that you cannot use soup_session_queue_message() with a
synchronous session. You can only use soup_session_send_message().
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### STRUCT SoupSessionSync ##### -->
<para>

</para>


<!-- ##### FUNCTION soup_session_sync_new ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION soup_session_sync_new_with_options ##### -->
<para>

</para>

@optname1: 
@Varargs: 
@Returns: