2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/tmpl/threads.sgml: Updated.
This commit is contained in:
Sebastian Wilhelmi 2001-04-03 11:08:48 +00:00 committed by Sebastian Wilhelmi
parent 5c2b963a59
commit 9ce8b08ca4
2 changed files with 5 additions and 24 deletions

View 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

View 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.