Mark g_thread_create_with_stack_size as new API
authorMatthias Clasen <mclasen@redhat.com>
Sat, 1 Oct 2011 17:47:09 +0000 (13:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 1 Oct 2011 17:47:09 +0000 (13:47 -0400)
glib/gthread.c

index b57fc2b..065d7d9 100644 (file)
@@ -1318,6 +1318,8 @@ g_thread_create (GThreadFunc   func,
  * in which it is unavoidable.</para></note>
  *
  * Returns: the new #GThread on success
+ *
+ * Since: 2.32
  */
 GThread*
 g_thread_create_with_stack_size (GThreadFunc   func,