Method

GtkIconPaintableis_symbolic

Declaration [src]

gboolean
gtk_icon_paintable_is_symbolic (
  GtkIconPaintable* self
)

Description [src]

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.

Return value

Type: gboolean

True if the icon is symbolic, false otherwise.