mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add extension point for adding metadata for local files
This adds a local_file_add_info vfunc to GVfs that vfs implementations can override to add metadata for local files.
This commit is contained in:
@@ -116,6 +116,8 @@ g_local_file_enumerator_finalize (GObject *object)
|
||||
|
||||
local = G_LOCAL_FILE_ENUMERATOR (object);
|
||||
|
||||
if (local->got_parent_info)
|
||||
_g_local_file_info_free_parent_info (&local->parent_info);
|
||||
g_free (local->filename);
|
||||
g_file_attribute_matcher_unref (local->matcher);
|
||||
if (local->dir)
|
||||
|
Reference in New Issue
Block a user