g_thread_create   653 main.c         	if ((thread = g_thread_create((GThreadFunc) komprese, data, FALSE, &err)) == NULL) {
g_thread_create   674 main.c         	if ((thread = g_thread_create((GThreadFunc) dekomprese, data, FALSE, &err)) == NULL) {