Method

GimpImageget_selected_paths

since: 3.0.0

Declaration [src]

GimpPath**
gimp_image_get_selected_paths (
  GimpImage* image
)

Description [src]

Returns the specified image’s selected paths.

This procedure returns the list of selected paths in the specified image.

Available since: 3.0.0

Return value

Type: An array of GimpPath*

     The list of selected paths in the image.
     The returned value must be freed with g_free().

The array is NULL-terminated.
The caller of the method takes ownership of the data container, but not the data inside it.