Method

GimpExportProcedureset_export_metadata

unstable since: 3.4

Declaration [src]

void
gimp_export_procedure_set_export_metadata (
  GimpExportProcedure* procedure,
  gboolean export_metadata
)

Description [src]

Determine whether procedure will export metadata. This can be used if an image export procedure has multiple variants where we need to determine metadata export status based on user options.

Available since: 3.4

Parameters

export_metadata

Type: gboolean

Whether metadata will be exported.