Skip to content
  • Will Thompson's avatar
    gdbus-codegen: don't sort args in --interface-info-body · deafd725
    Will Thompson authored
    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.
    deafd725