Skip to content

Define G_FILE_ATTRIBUTE_STANDARD_FILE

Matthias Clasen requested to merge gio-file-info into master

Define the standard::file attribute for attaching the GFile that is being queried to a GFileInfo.

This is useful to avoid having to carry around the (file, info) pair. In particular, it allows to store just a self-contained GFileInfo in a list model. This is going to be used in the GTK file chooser.

Merge request reports