242. SlideShowCallbacks

242.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    242.2. Global Functions

    242.2.1. CallbackSourceChange

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

    Function parameters

    • integer source

    • integer media

    Return value

    • void

    242.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

    • boolean deleting

    Return value

    • void

    242.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

    242.2.4. DoneProvide

    during file providal

    Function parameters

    • integer error

    • string reason

    • string name

    Return value

    • string

    242.2.5. FinishPatchDeltaProvide

    at end of file providal

    Return value

    • void

    242.2.6. InstallSlideShowCallbacks

    Install callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.

    Return value

    • void

    242.2.7. ProgressDeltaApply

    during file providal

    Function parameters

    • integer percent

    Return value

    • void

    242.2.8. ProgressPackage

    ProgressPackage percent

    Function parameters

    • integer pkg_percent

    Return value

    • boolean

    242.2.9. ProgressProvide

    during file providal

    Function parameters

    • integer percent

    Return value

    • boolean

    242.2.10. RemoveSlideShowCallbacks

    Remove callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.

    Return value

    • void

    242.2.11. StartDeltaApply

    at start of file providal

    Function parameters

    • string name

    Return value

    • void

    242.2.12. StartDeltaProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    Return value

    • void

    242.2.13. StartPackage

    at start of package install

    Function parameters

    • string name

    • string summary

    • integer install_size

    • boolean is_delete

    Return value

    • void

    242.2.14. StartPatchProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    Return value

    • void

    242.2.15. StartProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    • boolean remote

    Return value

    • void

    242.3. Global Variables

    242.4. Module Requirements

    242.4.1. Module Imports

    • Directory
    • Installation
    • Label
    • Message
    • Mode
    • PackageCallbacks
    • Popup
    • SlideShow
    • Stage
    • URL

    242.4.2. Module Includes