[gedit/zbrown/deteplification-src: 41/633] Document: add todo comments about metadata handling




commit a582092037bd4c6486393e1b06ec29b00c629474
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Nov 19 08:19:18 2019 +0100

    Document: add todo comments about metadata handling

 gedit/gedit-document.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gedit/gedit-document.c b/gedit/gedit-document.c
index 9741ca231..ef533c5f7 100644
--- a/gedit/gedit-document.c
+++ b/gedit/gedit-document.c
@@ -756,6 +756,7 @@ on_location_changed (GtkSourceFile *file,
        /* Load metadata for this location: we load sync since metadata is
         * always local so it should be fast and we need the information
         * right after the location was set.
+        * TODO: do async I/O for the metadata.
         */
        if (priv->use_gvfs_metadata && location != NULL)
        {


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