Method

GimpProcedurecreate_config

Declaration [src]

GimpProcedureConfig*
gimp_procedure_create_config (
  GimpProcedure* procedure
)

Description [src]

Create a GimpConfig with properties that match procedures arguments.

Available since:3.0

Return value

Returns: GimpProcedureConfig
 

The new GimpConfig.

 The caller of the method takes ownership of the data, and is responsible for freeing it.