thread            653 main.c         	if ((thread = g_thread_create((GThreadFunc) komprese, data, FALSE, &err)) == NULL) {
thread            674 main.c         	if ((thread = g_thread_create((GThreadFunc) dekomprese, data, FALSE, &err)) == NULL) {
thread             67 main.h         GThread *thread; /**< Pointer na vlakno (pouzito pri (de)kompresi v GUI */