get_config


Description:

[ Version ( since = "3.0" ) ]
public unowned DrawableFilterConfig get_config ()

Get the Config with properties that match this's arguments.

The config object will be created at the first call of this method and its properties will be synced with the settings of this filter as set in the core application.

Further changes to the config's properties are not synced back immediately with the core application. Use [method@Gimp.Drawable.update] to trigger an actual update.

Parameters:

this

A drawable filter.

Returns:

The DrawableFilterConfig. Further calls will return the same object.