Updated.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 3 Apr 2001 11:08:48 +0000 (11:08 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 3 Apr 2001 11:08:48 +0000 (11:08 +0000)
2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/threads.sgml: Updated.

docs/reference/ChangeLog
docs/reference/glib/tmpl/threads.sgml

index bb35888..897388d 100644 (file)
@@ -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  <otaylor@redhat.com>
 
        * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
index 2026b20..3d75a90 100644 (file)
@@ -248,9 +248,9 @@ being dependent on priorities.
 
 <!-- ##### STRUCT GThread ##### -->
 <para>
-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.
 </para>
 
 <note>
@@ -1493,16 +1493,6 @@ This function also works, if g_thread_init() has not yet been called.
 @Returns: the corresponding pointer
 
 
-<!-- ##### FUNCTION g_static_private_get_for_thread ##### -->
-<para>
-
-</para>
-
-@private_key: 
-@thread: 
-@Returns: 
-
-
 <!-- ##### FUNCTION g_static_private_set ##### -->
 <para>
 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
 
 
-<!-- ##### FUNCTION g_static_private_set_for_thread ##### -->
-<para>
-
-</para>
-
-@private_key: 
-@thread: 
-@data: 
-@notify: 
-
-
 <!-- ##### FUNCTION g_static_private_free ##### -->
 <para>
 Releases all resources allocated to @private_key.