From 9ce8b08ca41da990284a7e1a2fa067afc697fbcc Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Tue, 3 Apr 2001 11:08:48 +0000 Subject: [PATCH] Updated. 2001-04-03 Sebastian Wilhelmi * glib/tmpl/threads.sgml: Updated. --- docs/reference/ChangeLog | 2 ++ docs/reference/glib/tmpl/threads.sgml | 27 +++------------------------ 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index bb35888..897388d 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -3,6 +3,8 @@ * glib/glib-sections.txt: Removed g_static_private_(get|set)_for_thread. + * glib/tmpl/threads.sgml: Updated. + Mon Mar 26 14:20:36 2001 Owen Taylor * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards diff --git a/docs/reference/glib/tmpl/threads.sgml b/docs/reference/glib/tmpl/threads.sgml index 2026b20..3d75a90 100644 --- a/docs/reference/glib/tmpl/threads.sgml +++ b/docs/reference/glib/tmpl/threads.sgml @@ -248,9 +248,9 @@ being dependent on priorities. -The #Gthread struct represents a running thread. It has three public -members, but the underlying struct is bigger, so you must not copy -this struct. You also must not write that information. +The #GThread struct represents a running thread. It has three public +read-only members, but the underlying struct is bigger, so you must +not copy this struct. @@ -1493,16 +1493,6 @@ This function also works, if g_thread_init() has not yet been called. @Returns: the corresponding pointer - - - - - -@private_key: -@thread: -@Returns: - - Sets the pointer keyed to @private_key for the current thread and the @@ -1530,17 +1520,6 @@ g_private_new(). current thread ends or sets this pointer again - - - - - -@private_key: -@thread: -@data: -@notify: - - Releases all resources allocated to @private_key. -- 2.7.4