mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
Add g_type_get_type_registration_serial()
This lets you cache type lookup information and then know when the cache information is out of date. In particular, we want this in order to be able to cache g_type_from_name() lookups in the Gtk+ theme machinery. https://bugzilla.gnome.org/show_bug.cgi?id=689847
This commit is contained in:
@@ -99,6 +99,7 @@ g_type_remove_interface_check
|
||||
GTypeInterfaceCheckFunc
|
||||
g_type_value_table_peek
|
||||
g_type_ensure
|
||||
g_type_get_type_registration_serial
|
||||
|
||||
G_DEFINE_TYPE
|
||||
G_DEFINE_TYPE_WITH_CODE
|
||||
|
Reference in New Issue
Block a user