mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +02:00
Drop G_THREADS_IMPL_NONE from the docs
GLib can no longer be built without thread support.
This commit is contained in:
parent
8f340e2d75
commit
4e44e23517
@ -579,7 +579,6 @@ GSourcePrivate
|
|||||||
G_THREADS_ENABLED
|
G_THREADS_ENABLED
|
||||||
G_THREADS_IMPL_POSIX
|
G_THREADS_IMPL_POSIX
|
||||||
G_THREADS_IMPL_WIN32
|
G_THREADS_IMPL_WIN32
|
||||||
G_THREADS_IMPL_NONE
|
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
G_THREAD_ERROR
|
G_THREAD_ERROR
|
||||||
|
@ -143,14 +143,6 @@
|
|||||||
* always defined.
|
* always defined.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
/**
|
|
||||||
* G_THREADS_IMPL_NONE:
|
|
||||||
*
|
|
||||||
* This macro is defined if no thread implementation is used. You can,
|
|
||||||
* however, provide one to g_thread_init() to make GLib multi-thread
|
|
||||||
* safe.
|
|
||||||
**/
|
|
||||||
|
|
||||||
/* G_LOCK Documentation {{{1 ---------------------------------------------- */
|
/* G_LOCK Documentation {{{1 ---------------------------------------------- */
|
||||||
|
|
||||||
/* IMPLEMENTATION NOTE:
|
/* IMPLEMENTATION NOTE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user