Method
GimpProcedureset_attribution
since: 3.0
Declaration [src]
void
gimp_procedure_set_attribution (
  GimpProcedure* procedure,
  const gchar* authors,
  const gchar* copyright,
  const gchar* date
)
Parameters
- authors
- 
            Type: const gchar*The procedure‘s author(s).The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- copyright
- 
            Type: const gchar*The procedure‘s copyright.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- date
- 
            Type: const gchar*The procedure‘s date (written or published).The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.