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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
// Vala-specific
AuthDomain
.add_path#property skip
.remove_path#property skip
form_* parent="Soup.Form" name="form_(.+)"
form_encode_datalist.form_data_set type_arguments="string"
form_request_new_from_datalist.form_data_set type_arguments="string"
xmlrpc_* parent="Soup.XMLRPC" name="xmlrpc_(.+)"
XMLRPCFault errordomain parent="Soup.XMLRPC" name="Fault"
XMLRPCError parent="Soup.XMLRPC" name="Error"
xmlrpc_set_response.type skip
HTTPVersion.http_* name="http_(.+)"
// Backwards compatibility
Requester deprecated_since="2.42" replacement="Session"
KnownStatusCode deprecated_since="2.44" replacement="Status"
ProxyResolver deprecated_since="2.28" replacement="ProxyURIResolver"
// Report upstream
add_* skip=false type="unowned GLib.TimeoutSource"
Auth
// Factory method
.new symbol_type="function"
AuthDomain
.accepts#method name="accepts_authorization"
AuthDomainBasic.new skip=false
AuthDomainDigest.new skip=false
Buffer.new_subbuffer skip
ContentSniffer.sniff.params nullable
form_* skip=false
Message
.add_header_handler skip=false
.add_status_code_handler skip=false
.request_*#property skip
.response_*#property skip
.set_request.req_body type="uint8[]" array_length_idx=3
Server
.new skip=false
.async_context type="GLib.MainContext"
Session
.async_context type="GLib.MainContext"
.get_features type_arguments="weak Soup.SessionFeature"
.send_async.cancellable#parameter default=null
Session*.new_with_options skip=false
Socket
.async_context type="GLib.MainContext"
.new skip=false
URI
.set_query_from_fields skip=false
// uri_host_*.* type="Soup.URI"
ProxyURIResolverCallback.user_data skip
xmlrpc_* skip=false
// xmlrpc_build_method_call.params array array_length_idx=2
xmlrpc_extract_method_response throws="Soup.XMLRPC.Fault"
.error skip
.type skip
value_* skip=false
// Not enough GIR information
Buffer.data type="uint8[]" array_length_field="length"
MessageBody.data type="uint8[]" array_length_field="length"
xmlrpc_parse_method_response throws="Soup.XMLRPC.Fault"
Date
.new_from_time_t.when type="time_t"
.to_time_t type="time_t"
xmlrpc_extract_method_call sentinel="G_TYPE_INVALID"
xmlrpc_extract_method_response sentinel="G_TYPE_INVALID"
xmlrpc_request_new sentinel="G_TYPE_INVALID"
xmlrpc_set_fault printf_format
xmlrpc_set_response sentinel="G_TYPE_INVALID"
xmlrpc_build_fault printf_format
// Simplify memory management
Buffer
.new deprecated_since="2.32" replacement="Buffer.take"
MessageBody
.append deprecated_since="2.32" replacement="MessageBody.append_take"
|