mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02:00
Updated.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/tmpl/threads.sgml: Updated.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
5c2b963a59
commit
9ce8b08ca4
@@ -3,6 +3,8 @@
|
|||||||
* glib/glib-sections.txt: Removed
|
* glib/glib-sections.txt: Removed
|
||||||
g_static_private_(get|set)_for_thread.
|
g_static_private_(get|set)_for_thread.
|
||||||
|
|
||||||
|
* glib/tmpl/threads.sgml: Updated.
|
||||||
|
|
||||||
Mon Mar 26 14:20:36 2001 Owen Taylor <otaylor@redhat.com>
|
Mon Mar 26 14:20:36 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
|
* glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
|
||||||
|
@@ -248,9 +248,9 @@ being dependent on priorities.
|
|||||||
|
|
||||||
<!-- ##### STRUCT GThread ##### -->
|
<!-- ##### STRUCT GThread ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #Gthread struct represents a running thread. It has three public
|
The #GThread struct represents a running thread. It has three public
|
||||||
members, but the underlying struct is bigger, so you must not copy
|
read-only members, but the underlying struct is bigger, so you must
|
||||||
this struct. You also must not write that information.
|
not copy this struct.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
@@ -1493,16 +1493,6 @@ This function also works, if g_thread_init() has not yet been called.
|
|||||||
@Returns: the corresponding pointer
|
@Returns: the corresponding pointer
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_static_private_get_for_thread ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@private_key:
|
|
||||||
@thread:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_static_private_set ##### -->
|
<!-- ##### FUNCTION g_static_private_set ##### -->
|
||||||
<para>
|
<para>
|
||||||
Sets the pointer keyed to @private_key for the current thread and the
|
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
|
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 ##### -->
|
<!-- ##### FUNCTION g_static_private_free ##### -->
|
||||||
<para>
|
<para>
|
||||||
Releases all resources allocated to @private_key.
|
Releases all resources allocated to @private_key.
|
||||||
|
Reference in New Issue
Block a user