Gimp.Metadata.load_from_file

@accepts(Gio.File)
@returns(Gimp.Metadata)
def load_from_file(file):
    # Python wrapper for gimp_metadata_load_from_file()
  

Loads Gimp.Metadata from file.

Since 2.10

file

The Gio.File to load the metadata from

Returns