Add new thread creation API
[platform/upstream/glib.git] / glib / deprecated / gthread.h
index fd9319d..2d0b3ae 100644 (file)
@@ -99,6 +99,10 @@ GLIB_VAR guint64   (*g_thread_gettime) (void);
 /* internal function for fallback static mutex implementation */
 GMutex* g_static_mutex_get_mutex_impl   (GMutex **mutex);
 
+GThread* g_thread_create       (GThreadFunc            func,
+                                gpointer               data,
+                                gboolean               joinable,
+                                GError               **error);
 GThread* g_thread_create_full  (GThreadFunc            func,
                                 gpointer               data,
                                 gulong                 stack_size,