mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-28 21:03:29 +02:00
Properly deprecate g_type_init()
Now that all internal users of it are gone. https://bugzilla.gnome.org/show_bug.cgi?id=686161
This commit is contained in:
@@ -4261,6 +4261,8 @@ _g_type_boxed_init (GType type,
|
||||
*
|
||||
* If you need to enable debugging features, use the GOBJECT_DEBUG
|
||||
* environment variable.
|
||||
*
|
||||
* Deprecated: 2.36: the type system is now initialised automatically
|
||||
*/
|
||||
void
|
||||
g_type_init_with_debug_flags (GTypeDebugFlags debug_flags)
|
||||
@@ -4277,6 +4279,8 @@ g_type_init_with_debug_flags (GTypeDebugFlags debug_flags)
|
||||
* This function used to initialise the type system. Since GLib 2.36,
|
||||
* the type system is initialised automatically and this function does
|
||||
* nothing.
|
||||
*
|
||||
* Deprecated: 2.36: the type system is now initialised automatically
|
||||
*/
|
||||
void
|
||||
g_type_init (void)
|
||||
|
Reference in New Issue
Block a user