Method

GimpImageget_vectors_by_name

Declaration [src]

GimpVectors*
gimp_image_get_vectors_by_name (
  GimpImage* image,
  const gchar* name
)

Description [src]

Find a vectors with a given name in an image.

This procedure returns the vectors with the given name in the specified image.

Available since:2.8

Parameters

name const gchar*
 

The name of the vectors to find.

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

Return value

Returns: GimpVectors
 

The vectors with the specified name.

 The data is owned by the instance.