summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-07-13 14:06:56 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-07-13 14:06:56 +0100
commite85e930317f1c342e54d6e5edc606c7d5f79846a (patch)
treec0fbe4be06b8e161423c9ab2250bd2c1def73d1b
parent81f710be203d8f6d91dfcebc793c538024862ea2 (diff)
downloadgobject-introspection-e85e930317f1c342e54d6e5edc606c7d5f79846a.tar.gz
Update GLib introspection data
Rebased up to 2.73.2.
-rw-r--r--gir/gio-2.0.c4
-rw-r--r--gir/glib-2.0.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index c7480616..59d4686b 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -3403,7 +3403,7 @@
/**
- * GSimpleProxyResolver:default-proxy:
+ * GSimpleProxyResolver:default-proxy: (nullable)
*
* The default proxy URI that will be used for any URI that doesn't
* match #GSimpleProxyResolver:ignore-hosts, and doesn't match any
@@ -35803,7 +35803,7 @@
/**
* g_simple_proxy_resolver_set_default_proxy:
* @resolver: a #GSimpleProxyResolver
- * @default_proxy: the default proxy to use
+ * @default_proxy: (nullable): the default proxy to use
*
* Sets the default proxy on @resolver, to be used for any URIs that
* don't match #GSimpleProxyResolver:ignore-hosts or a proxy set
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index ecd53364..9f928323 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -32474,7 +32474,7 @@
* ]|
*
* Returns: a UTF-8 string describing the error code. If the error code
- * is unknown, it returns a string like "unknown error (<code>)".
+ * is unknown, it returns a string like "Unknown error: <code>".
*/