[glib] Mark g_thread_create_with_stack_size as new API
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Mark g_thread_create_with_stack_size as new API
- Date: Sat, 1 Oct 2011 17:48:34 +0000 (UTC)
commit b4dc4902c6b7099266985421b775084b68e5d44e
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Oct 1 13:47:09 2011 -0400
Mark g_thread_create_with_stack_size as new API
glib/gthread.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glib/gthread.c b/glib/gthread.c
index b57fc2b..065d7d9 100644
--- a/glib/gthread.c
+++ b/glib/gthread.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]