summaryrefslogtreecommitdiff
blob: ce0e1dc9b620b00e12676cbc7124cf366332b342 (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
From 1c6f47df99cc5b2efe3d629c71c5d85a7871689c Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz <ricotz@ubuntu.com>
Date: Tue, 28 May 2019 09:08:35 +0200
Subject: [PATCH] gir: soup_auth_new is not a constructor

---
 libsoup/Soup-2.4.metadata | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libsoup/Soup-2.4.metadata b/libsoup/Soup-2.4.metadata
index c0056ec8..1f107eda 100644
--- a/libsoup/Soup-2.4.metadata
+++ b/libsoup/Soup-2.4.metadata
@@ -18,6 +18,9 @@ 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
-- 
2.20.1