get_name


Description:

[ Version ( since = "3.0" ) ]
public string 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.

Parameters:

this

The filter whose name you want.

Returns:

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