Method
GimpProcedureadd_core_object_array_aux_argument
since: 3.0
Declaration [src]
void
gimp_procedure_add_core_object_array_aux_argument (
GimpProcedure* procedure,
const gchar* name,
const gchar* nick,
const gchar* blurb,
GType object_type,
GParamFlags flags
)
Parameters
name
-
Type:
const gchar*
The name of the argument to be created.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. nick
-
Type:
const gchar*
The label used in
GimpProcedureDialog
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. blurb
-
Type:
const gchar*
A more detailed help description.
object_type
the type of object stored in the array.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. object_type
-
Type:
GType
No description available.
flags
-
Type:
GParamFlags
Argument flags.