mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-19 16:52:11 +01:00
So that it matches `gi_arg_info_get_type_info()`. We can’t use `gi_arg_info_get_type()` because that collides with the `GType` getter for the type. Spotted by Philip Chimento. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Fixes: #3243