get_filters


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "3.0" ) ]
public (unowned DrawableFilter)[] get_filters ()

Returns the list of filters applied to the drawable.

This procedure returns the list of filters which are currently applied non-destructively to this. The order of filters is from topmost to bottommost.

Parameters:

this

The drawable.

Returns:

The list of filters on the drawable. The returned value must be freed with g_free.