Gimp.buffers_get_list
@accepts(unicode)
@returns([unicode])
def buffers_get_list(filter):
# Python wrapper for gimp_buffers_get_list()
Retrieve a complete listing of the available buffers.
This procedure returns a complete listing of available named buffers.
Since 2.4
- filter
An optional regular expression used to filter the list.
- Returns