Method

GimpImageset_selected_paths

unstable since: 3.0.0

Declaration [src]

gboolean
gimp_image_set_selected_paths (
  GimpImage* image,
  gint num_paths,
  const GimpPath** paths
)

Description [src]

Sets the specified image’s selected paths.

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

Available since: 3.0.0

Parameters

num_paths

Type: gint

The number of paths to select.

paths

Type: An array of GimpPath*

The list of paths to select.

The length of the array is specified in the num_paths argument.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE on success.