[CCode (type = "SoupSession*", has_construct_function = false)]
public SessionAsync ();
[CCode (type = "SoupSession*", has_construct_function = false)]
- public SessionAsync.with_options (string optname1);
+ public SessionAsync.with_options (string optname1, ...);
}
[CCode (cheader_filename = "libsoup/soup.h")]
public class SessionSync : Soup.Session {
[CCode (type = "SoupSession*", has_construct_function = false)]
public SessionSync ();
[CCode (type = "SoupSession*", has_construct_function = false)]
- public SessionSync.with_options (string optname1);
+ public SessionSync.with_options (string optname1, ...);
}
[CCode (cheader_filename = "libsoup/soup.h")]
public class Socket : GLib.Object {
SoupSession::add_feature_by_type has_emitter="1"
SoupSession::remove_feature_by_type has_emitter="1"
soup_session_queue_message.msg transfer_ownership="1"
+soup_session_async_new_with_options ellipsis="1"
+soup_session_sync_new_with_options ellipsis="1"
soup_uri_decode transfer_ownership="1"
soup_uri_encode transfer_ownership="1"
soup_uri_encode.escape_extra nullable="1"