summaryrefslogtreecommitdiff
path: root/libsoup/Soup-3.0.metadata
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2020-09-19 14:50:43 -0700
committerPatrick Griffis <pgriffis@igalia.com>2020-09-19 15:41:25 -0700
commit1a3a29a3e395180474243c6e3f2ae870efddf1eb (patch)
tree6f94b8a68d73e20ae1b966e845e0e1750e5614ae /libsoup/Soup-3.0.metadata
parent52f1598fb183bb06afee70b94da6cb0a9888664c (diff)
downloadlibsoup-1a3a29a3e395180474243c6e3f2ae870efddf1eb.tar.gz
Bump libsoup API to 3.0
Diffstat (limited to 'libsoup/Soup-3.0.metadata')
-rw-r--r--libsoup/Soup-3.0.metadata44
1 files changed, 44 insertions, 0 deletions
diff --git a/libsoup/Soup-3.0.metadata b/libsoup/Soup-3.0.metadata
new file mode 100644
index 00000000..da138e39
--- /dev/null
+++ b/libsoup/Soup-3.0.metadata
@@ -0,0 +1,44 @@
+// 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"
+HTTPVersion.http_* name="http_(.+)"
+
+// Report upstream
+Auth
+ // Factory method
+ .new symbol_type="function"
+AuthDomain
+ .accepts#method name="accepts_authorization"
+AuthDomainBasic.new skip=false
+AuthDomainDigest.new skip=false
+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
+Session
+ .get_features type_arguments="weak Soup.SessionFeature"
+ .send_async.cancellable#parameter default=null
+Session*.new_with_options skip=false
+URI
+ .set_query_from_fields skip=false
+// uri_host_*.* type="Soup.URI"
+
+// Not enough GIR information
+MessageBody.data type="uint8[]" array_length_field="length"
+Date
+ .new_from_time_t.when type="time_t"
+ .to_time_t type="time_t"
+
+// Simplify memory management
+MessageBody
+ .append deprecated_since="2.32" replacement="MessageBody.append_take"