[tepl] FileMetadata: remove a todo comment



commit 1040952af5c4a9d117916041580d4c9a6216ad01
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Apr 10 18:16:41 2020 +0200

    FileMetadata: remove a todo comment
    
    Done for https:// in the unit tests. The unit tests can be extended if
    needed.
    
    I will anyway see later how to integrate TeplFileMetadata with the file
    loading and saving code of various text editors, and at that point there
    will maybe be the need to call the TeplFile mount operation factory
    method when loading *metadata* (instead of, or in addition to, the
    moment where the *content* is loaded).

 tepl/tepl-file-metadata.c | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/tepl/tepl-file-metadata.c b/tepl/tepl-file-metadata.c
index 53b2e84..372a64a 100644
--- a/tepl/tepl-file-metadata.c
+++ b/tepl/tepl-file-metadata.c
@@ -179,16 +179,6 @@
  * there is also G_FILE_ATTRIBUTE_TYPE_BYTE_STRING.
  */
 
-/* TODO Better test how it works with remote files, with various protocols.
- * For example with an ftp://... location, there can be the error "The specified
- * location is not mounted". In that case we can either propagate the error or
- * automatically call the TeplFile mount operation factory method.
- *
- * On Linux, is the metadata supported for all GVfs backends? (the custom
- * metadata that we set). Does it fallback to TeplMetadataStore even on Linux
- * and even when GVfs is well installed?
- */
-
 typedef struct _TeplFileMetadataPrivate TeplFileMetadataPrivate;
 
 struct _TeplFileMetadataPrivate


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