Method

GimpProcedureset_attribution

Declaration [src]

void
gimp_procedure_set_attribution (
  GimpProcedure* procedure,
  const gchar* authors,
  const gchar* copyright,
  const gchar* date
)

Description [src]

Sets various attribution strings on procedure.

Available since:3.0

Parameters

authors const gchar*
 

The procedures author(s).

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
copyright const gchar*
 

The procedures copyright.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
date const gchar*
 

The procedures date (written or published).

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.