get_icon


Description:

[ Version ( since = "4.21.0" ) ]
public string? get_icon ()

Returns the currently selected icon for the this.

The selected icon can be either a named icon (from the active icon theme) or the absolute path to an image file in the file system. You can distinguish between those two icon types using the is_absolute function. If no icon is currently selected, null will be returned.

The caller is responsible to free the returned string using g_free when no longer needed.

Parameters:

this

an IconChooserDialog.

Returns:

the currently selected icon for this or null if no icon is selected.