[glib: 2/3] docs: Replace broken link




commit 525f20a2475bad9e737d235ede94641bcd540c5f
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Wed Jan 5 13:57:08 2022 +0100

    docs: Replace broken link

 gio/gdbusutils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gdbusutils.c b/gio/gdbusutils.c
index 9331698f1..f4cdcb621 100644
--- a/gio/gdbusutils.c
+++ b/gio/gdbusutils.c
@@ -549,7 +549,7 @@ g_dbus_gvariant_to_gvalue (GVariant  *value,
  * - `G_TYPE_VARIANT`: Any #GVariantType
  *
  * This can fail if e.g. @gvalue is of type #G_TYPE_STRING and @type
- * is ['i'][G-VARIANT-TYPE-INT32:CAPS]. It will also fail for any #GType
+ * is 'i', i.e. #G_VARIANT_TYPE_INT32. It will also fail for any #GType
  * (including e.g. #G_TYPE_OBJECT and #G_TYPE_BOXED derived-types) not
  * in the table above.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]