eid-viewer
eid-viewer library
thread.h
1 #ifndef EID_VWR_GTK_THREAD_H
2 #define EID_VWR_GTK_THREAD_H
3 
4 #include <glib-object.h>
5 
6 void g_object_set_threaded(GObject* obj, const gchar* name, void* value, void(*freefunc)(void*));
7 void g_object_set_data_threaded(GObject* obj, const gchar* name, void* value, void(*freefunc)(void*));
8 
9 #endif