Skip to content
  • Rico Tzschichholz's avatar
    codegen: Handle non-default AsyncResult parameter position · 013bb64c
    Rico Tzschichholz authored
    Unfortunately gdbus-codegen puts the AsyncResult parameter after possible
    out-parameters therefore there is an "async_result_pos" attribute required
    to handle this correctly.
    
    Vala supposely follows the common practice to put the AsyncResult before
    out-parameters by default.
    
    Fixes #709
    013bb64c