Gimp.DrawableFilter.prototype.get_name

function get_name(): String {
    // Gjs 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

Returns

The filter's name. The returned value must be freed with g_free().