Gimp.DrawableFilter.prototype.is_valid

function is_valid(): Boolean {
    // Gjs wrapper for gimp_drawable_filter_is_valid()
}
  

Returns TRUE if the @drawable_filter is valid.

This procedure checks if the given filter is valid and refers to an existing %GimpDrawableFilter.

Since 3.0

Returns

Whether @drawable_filter is valid.