PreviousUpNext

13.5.15  freezefile_db

The standard library freezefile_db package provides access to the Makelib database of (e.g.) freezefiles currently loaded into ram.

The freezefile_db package API is defined in src/lib/core/internal/makelib.api.

The freezefile_db package source code is in src/app/makelib/main/makelib-g.pkg.

The above information is manually maintained and may contain errors.

api {
    Freezefile  = ?.anchor_dictionary::File;
    known : Void -> List(Freezefile );
    describe : Freezefile -> String;
    os_string : Freezefile -> String;
    dismiss : Freezefile -> Void;
    unshare : Freezefile -> Void;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext