run : g++ `pkg-config --cflags --libs glib-2.0` *.cpp -o test && ./test clean : -rm test *~