[tepl] utils: add TODO comment for decode_uri()



commit 5d7fc00c725a1b590938a4fcbfbd025aee9b1dbd
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Nov 22 19:34:21 2020 +0100

    utils: add TODO comment for decode_uri()

 tepl/tepl-utils.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tepl/tepl-utils.c b/tepl/tepl-utils.c
index 5658be7..d8e69cd 100644
--- a/tepl/tepl-utils.c
+++ b/tepl/tepl-utils.c
@@ -390,9 +390,8 @@ tepl_utils_decode_uri (const gchar  *uri,
                       gchar       **path)
 {
        /* Largely copied from glib/gio/gdummyfile.c: _g_decode_uri().
-        * This functionality is currently not in GLib/GIO, so for now we
-        * implement it ourselves. See:
-        * https://bugzilla.gnome.org/show_bug.cgi?id=555490
+        * TODO: it's now available in GLib with GUri, so deprecate/remove this
+        * function.
         */
 
        const char *p, *in, *hier_part_start, *hier_part_end;


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