mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +01:00
This is needed for thread-safety ... yes, it would have been better to make get_object() return a full reference and have something like a peek_object() method return a borrowed reference for C convenience (only a single vfunc would have been needed). But such an ABI break is too late now... Signed-off-by: David Zeuthen <davidz@redhat.com>