215. SlideShowCallbacks

215.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    215.2. Global Functions

    215.2.1. CallbackSourceChange

    change of source source: 0 .. n-1 media: 1 .. n

    Function parameters

    • integer source

    • integer media

    Return value

    • void

    215.2.2. DisplayStartInstall

    Callback that will be called by the packager for each RPM as it is being installed or deleted. Note: The packager doesn't call this directly - the corresponding wrapper callbacks do and pass the "deleting" flag as appropriate.

    Function parameters

    • string pkg_name

    • string pkg_description

    • integer pkg_size

    • integer disk_usage

    • integer disk_capacity

    • boolean deleting

    Return value

    • boolean

    215.2.3. DonePackage

    at end of install just to override the PackageCallbacks default (which does a 'CloseDialog' :-})

    Function parameters

    • integer error

    • string reason

    Return value

    • string

    215.2.4. DoneProvide

    during file providal

    Function parameters

    • integer error

    • string reason

    • string name

    Return value

    • string

    215.2.5. FinishPatchDeltaProvide

    at end of file providal

    Return value

    • void

    215.2.6. ProgressDeltaApply

    during file providal

    Function parameters

    • integer percent

    Return value

    • void

    215.2.7. ProgressPackage

    ProgressPackage percent

    Function parameters

    • integer pkg_percent

    Return value

    • boolean

    215.2.8. ProgressProvide

    during file providal

    Function parameters

    • integer percent

    Return value

    • boolean

    215.2.9. StartDeltaApply

    at start of file providal

    Function parameters

    • string name

    Return value

    • void

    215.2.10. StartDeltaProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    Return value

    • void

    215.2.11. StartPackage

    at start of package install

    Function parameters

    • string name

    • string summary

    • integer install_size

    • boolean is_delete

    Return value

    • boolean

    215.2.12. StartPatchProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    Return value

    • void

    215.2.13. StartProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    • boolean remote

    Return value

    • boolean

    215.3. Global Variables

    215.4. Module Requirements

    215.4.1. Module Imports

    • Installation
    • Label
    • Mode
    • PackageCallbacks
    • Popup
    • SlideShow
    • Stage

    215.4.2. Module Includes