mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Clarify g_type_init docs
Mention that there's no way to undo it. https://bugzilla.gnome.org/show_bug.cgi?id=654239
This commit is contained in:
parent
1ea6c0d6d4
commit
26ecc52073
@ -4376,7 +4376,10 @@ g_type_init_with_debug_flags (GTypeDebugFlags debug_flags)
|
||||
* (such as the various fundamental type implementations or the signal
|
||||
* system).
|
||||
*
|
||||
* This function is idempotent.
|
||||
* This function is idempotent: If you call it multiple times, all but
|
||||
* the first calls will be silently ignored.
|
||||
*
|
||||
* There is no way to undo the effect of g_type_init().
|
||||
*
|
||||
* Since version 2.24 this also initializes the thread system
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user