Skip to content
  • Christian Hergert's avatar
    diff: fix user_data parameter type · d97e73f4
    Christian Hergert authored
    This is technically an API break, but it in practice shouldn't actually
    break anything (and does not break ABI).
    
    Anyone using it previously is likely to have casted to (gpointer) anyway
    because this was incorrectly doing void** instead of void*.
    d97e73f4