Method

GimpProcedurefind_return_value

Declaration [src]

GParamSpec*
gimp_procedure_find_return_value (
  GimpProcedure* procedure,
  const gchar* name
)

Description [src]

Searches the procedures return values for a GParamSpec called name.

Available since:3.0

Parameters

name const gchar*
 

A return value name.

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

Return value

Returns: GParamSpec
 

The procedures return values with name if it exists, or NULL otherwise.

 The data is owned by the instance.