Skip to content
  • Jehan's avatar
    pdb: keep both the old and new API alive. · fec6034c
    Jehan authored
    By default the new API will be used. But if we build with
    GIMP_DEPRECATED_REPLACE_NEW_API macro, then the same function names will
    call the old API with ids.
    
    This way, we don't have to update all our plug-ins at once (which I
    tried and is very tedious work).
    
    Note that bindings won't have access to the deprecated API at all.
    fec6034c