Gimp.DrawableFilter.get_name

@accepts(Gimp.DrawableFilter)
@returns(unicode)
def get_name(self):
    # Python wrapper for gimp_drawable_filter_get_name()
  

Get a drawable filter's name.

This procedure returns the specified filter's name. Since it is not possible to set a drawable filter's name yet, this will be the operation's name. Eventually this filter's name will be a free form field so do not rely on this information for any processing.

Since 3.0

self

The filter whose name you want.

Returns