Checks if the icon is symbolic or not.
This currently uses only the file name and not the file contents for determining this. This behaviour may change in the future.
Note that to render a symbolic gtk.icon_paintable.IconPaintable properly (with recoloring), you have to set its icon name on a gtk.image.Image.
true if the icon is symbolic, false otherwise
Checks if the icon is symbolic or not.
This currently uses only the file name and not the file contents for determining this. This behaviour may change in the future.
Note that to render a symbolic gtk.icon_paintable.IconPaintable properly (with recoloring), you have to set its icon name on a gtk.image.Image.