Method

GtkIconInfois_symbolic

since: 3.12

Declaration [src]

gboolean
gtk_icon_info_is_symbolic (
  GtkIconInfo* icon_info
)

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.

Available since: 3.12

Return value

Type: gboolean

TRUE if the icon is symbolic, FALSE otherwise.