diff options
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c index 2c1ae39e..81e65a32 100644 --- a/gir/gobject-2.0.c +++ b/gir/gobject-2.0.c @@ -4599,7 +4599,10 @@ * (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 */ |