[glib] gtk-doc g_thread_ref() and g_thread_unref()
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gtk-doc g_thread_ref() and g_thread_unref()
- Date: Sat, 15 Oct 2011 13:52:14 +0000 (UTC)
commit 11f3684b715ef35dd97ad108c7116260c7c4cdc2
Author: Ryan Lortie <desrt desrt ca>
Date: Sat Oct 15 09:48:22 2011 -0400
gtk-doc g_thread_ref() and g_thread_unref()
glib/gthread.c | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/glib/gthread.c b/glib/gthread.c
index 191f543..66939f5 100644
--- a/glib/gthread.c
+++ b/glib/gthread.c
@@ -672,6 +672,15 @@ void
/* GThread {{{1 -------------------------------------------------------- */
+/**
+ * g_thread_ref:
+ * @thread: a #GThread
+ *
+ * Increase the reference count on @thread.
+ *
+ * Returns: a new reference to @thread
+ * Since: 2.32
+ **/
GThread *
g_thread_ref (GThread *thread)
{
@@ -682,6 +691,15 @@ g_thread_ref (GThread *thread)
return thread;
}
+/**
+ * g_thread_unref:
+ * @thread: a #GThread
+ *
+ * Decrease the reference count on @thread, possibly freeing all
+ * resources associated with it.
+ *
+ * Since: 2.32
+ **/
void
g_thread_unref (GThread *thread)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]