mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Previously, method and signal arguments were sorted by name, which (assuming you don't happen to give your arguments lexicographically-ordered names) means the generated signatures were incorrect when there is more than 1 argument. While sorting the methods and signals themselves (and properties, and annotations on all these) is fine, it's easiest to not sort anything.