Method

GimpFileProcedureget_format_name

unstable since: 3.0

Declaration [src]

const gchar*
gimp_file_procedure_get_format_name (
  GimpFileProcedure* procedure
)

Description [src]

Returns the procedure’s format name, as set with gimp_file_procedure_set_format_name().

Available since: 3.0

Return value

Type: const gchar*

The procedure’s format name.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.