summaryrefslogtreecommitdiff
path: root/vapi/gio-2.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-08 23:32:59 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-08 23:32:59 +0200
commitd933e47b45b0df0230e79d7e1c8968666be6f5cc (patch)
treeb96004dec80de194d89096f8c0854718da609781 /vapi/gio-2.0.vapi
parente79d86a84ee3252798e2f606561932802b2a65c6 (diff)
downloadvala-d933e47b45b0df0230e79d7e1c8968666be6f5cc.tar.gz
gio-2.0: Fix constructor which wasn't detected as such
Diffstat (limited to 'vapi/gio-2.0.vapi')
-rw-r--r--vapi/gio-2.0.vapi5
1 files changed, 2 insertions, 3 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index c9b71285e..019713afd 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -2357,10 +2357,9 @@ namespace GLib {
}
[CCode (cheader_filename = "gio/gio.h", type_id = "g_simple_proxy_resolver_get_type ()")]
public class SimpleProxyResolver : GLib.Object, GLib.ProxyResolver {
- [CCode (has_construct_function = false)]
- protected SimpleProxyResolver ();
+ [CCode (has_construct_function = false, type = "GProxyResolver*")]
[Version (since = "2.36")]
- public static GLib.ProxyResolver @new (string? default_proxy, string? ignore_hosts);
+ public SimpleProxyResolver (string? default_proxy, string? ignore_hosts);
[Version (since = "2.36")]
public void set_default_proxy (string default_proxy);
[Version (since = "2.36")]