Method

GimpMetadatasave_to_file

Declaration [src]

gboolean
gimp_metadata_save_to_file (
  GimpMetadata* metadata,
  GFile* file,
  GError** error
)

Description [src]

Saves metadata to file.

Available since:2.10

Parameters

file GFile
 

The file to save the metadata to.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE otherwise.