mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
load_from_data has the issue that it requires you to pass an explicit length. It would be easy to pass -1, except the argument is unsigned, and since (gsize) -1 is architecture-dependent, it is near impossible to use from a language like Python.