Method

GimpImageset_selected_vectors

Declaration [src]

gboolean
gimp_image_set_selected_vectors (
  GimpImage* image,
  gint num_vectors,
  const GimpVectors** vectors
)

Description [src]

Sets the specified image’s selected vectors.

The vectors are set as the selected vectors in the image.

Available since:3.0.0

Parameters

num_vectors gint
 

The number of vectors to select.

vectors An array of None
 

The list of vectors to select.

 The length of the array is specified in the num_vectors argument.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.