PreviousUpNext

14.4.73  Planfile_Junk

The Planfile_Junk api defines the external interface to the planfile_junk package.

The Planfile_Junk api is implemented by the planfile_junk package.

The Planfile_Junk api source code is src/lib/make-library-glue/planfile-junk.api.

The above information is manually maintained and may contain errors.

api {   set_patch :
        {paragraph:planfile::Paragraph, patchfiles:patchfiles::Patchfiles, x:X} -> patchfiles::Patchfiles;
    set_patch__definition : planfile::Paragraph_Definition(X );
        append_patch :
        {paragraph:planfile::Paragraph, patchfiles:patchfiles::Patchfiles, x:X} -> patchfiles::Patchfiles;
    append_patch__definition : planfile::Paragraph_Definition(X );
        copy_patch :
        {paragraph:planfile::Paragraph, patchfiles:patchfiles::Patchfiles, x:X} -> patchfiles::Patchfiles;
    copy_patch__definition : planfile::Paragraph_Definition(X );};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext