Gimp.Path.get_strokes

@accepts(Gimp.Path, gsize)
@returns([gint32])
def get_strokes(self, num_strokes):
    # Python wrapper for gimp_path_get_strokes()
  

List the strokes associated with the passed path.

Returns an Array with the stroke-IDs associated with the passed path.

Since 2.4

self

The path object.

num_strokes

The number of strokes returned.

Returns