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:
Matthias Clasen 2012-09-23 11:13:57 -04:00
parent 1ea6c0d6d4
commit 26ecc52073

View File

@ -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
*/