Function
GimpExportGetCapabilitiesFunc
since: 3.0
Declaration
GimpExportCapabilities
(* GimpExportGetCapabilitiesFunc) (
  GimpProcedure* procedure,
  GimpProcedureConfig* config,
  GimpExportOptions* options,
  gpointer get_capabilities_data
)
Description [src]
This function returns the capabilities requested by your export
procedure, depending on config or options.
Available since: 3.0
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. 
- get_capabilities_data
- 
            Type: gpointerThe get_capabilities_dataargument given togimp_export_procedure_set_capabilities().The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GimpExportCapabilities
A bitfield of the capabilities you want when preparing the image for exporting.