Method

GimpProcedureget_argument_sync

Declaration [src]

GimpArgumentSync
gimp_procedure_get_argument_sync (
  GimpProcedure* procedure,
  const gchar* arg_name
)

Description

No description available.
Available since:3.0

Parameters

arg_name const gchar*
 

The name of one of procedures arguments or auxiliary arguments.

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

Return value

Returns: GimpArgumentSync
 

The GimpArgumentSync value set with gimp_procedure_set_argument_sync():