Skip to content

Instantly share code, notes, and snippets.

View alexxcons's full-sized avatar

Alexander Schwinn alexxcons

  • Darmstadt, germany
View GitHub Profile
@alexxcons
alexxcons / icon_tester.c
Created June 29, 2020 22:32 — forked from andreldm/icon_tester.c
Icon lookup tester
/*
* Build:
* gcc $(pkg-config --cflags gtk+-3.0) icon_tester.c -o icon_tester $(pkg-config --libs gtk+-3.0)
*/
#include <gtk/gtk.h>
int main (int argc, char *argv[])
{
gtk_init (&argc, &argv);