Gimp.Procedure.get_name (original) (raw)

Method

GimpProcedureget_name

since: 3.0

Declaration [src]


const gchar*
gimp_procedure_get_name (
  GimpProcedure* procedure
)

Description

No description available.

Available since: 3.0

Gets property Gimp.Procedure:name

Return value

Type: const gchar*

The procedure’s name given in gimp_procedure_new().

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