Function
GimpExportOptionsEditFunc
unstable since: 3.0
Declaration
void
(* GimpExportOptionsEditFunc) (
GimpProcedure* procedure,
GimpProcedureConfig* config,
GimpExportOptions* options,
gpointer create_data
)
Parameters
procedure-
Type:
GimpProcedureThe
GimpProcedurethat runs.The data is owned by the caller of the function. config-
Type:
GimpProcedureConfigThe
GimpProcedureConfig.The data is owned by the caller of the function. options-
Type:
GimpExportOptionsThe
GimpExportOptionsobject to update.The data is owned by the caller of the function. create_data-
Type:
gpointerThe create_data given.
The argument can be NULL.The data is owned by the caller of the function.