Gimp.Procedure.get_blurb (original) (raw)
Method
GimpProcedureget_blurb
since: 3.0
Declaration [src]
const gchar*
gimp_procedure_get_blurb (
GimpProcedure* procedure
)
Description
No description available.
Available since: 3.0
Return value
Type: const gchar*
The procedure’s blurb given ingimp_procedure_set_documentation().
The data is owned by the instance. |
---|
The value is a NUL terminated UTF-8 string. |