Gimp.Image.set_selected_paths

@accepts(Gimp.Image, [Gimp.Path])
@returns(bool)
def set_selected_paths(self, paths):
    # Python wrapper for gimp_image_set_selected_paths()
  

Sets the specified image's selected paths.

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

Since 3.0.0

self

The image.

paths

The list of paths to select.

Returns