Method
GimpProcedureget_help_file
unstable since: 3.4
Declaration [src]
GFile*
gimp_procedure_get_help_file (
GimpProcedure* procedure
)
Description [src]
This function returns the GFile to load for showing documentation for procedure.
Available since: 3.4
Return value
Type: GFile
The procedure’s help file constructed from
the URI given in gimp_procedure_set_help_uri().
| The returned data is owned by the instance. |