Implement this by sending the message (synchronously) in another thread
authorDan Winship <danw@src.gnome.org>
Fri, 30 Mar 2007 14:58:54 +0000 (14:58 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 30 Mar 2007 14:58:54 +0000 (14:58 +0000)
commitcfbdd6247e169134a6f3a920b3e3d4993d5208ed
tree6fba2691e10cf4a6e01ca6f7f908df942d318e58
parentfbc34761acc297b3c0d67ac659139a45c3857ee9
Implement this by sending the message (synchronously) in another thread

* libsoup/soup-session-sync.c (queue_message): Implement this by
sending the message (synchronously) in another thread and then
queueing the callback back in the main thread.

* libsoup/soup-session.c (soup_session_queue_message): update docs
to be more explicit about what thread the callback occurs in

svn path=/trunk/; revision=923
ChangeLog
libsoup/soup-session-sync.c
libsoup/soup-session.c