Method
GimpProcedureset_attribution
Declaration [src]
void
gimp_procedure_set_attribution (
GimpProcedure* procedure,
const gchar* authors,
const gchar* copyright,
const gchar* date
)
Parameters
authors |
const gchar* |
The |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
copyright |
const gchar* |
The |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
date |
const gchar* |
The |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |