240. SlideShowCallbacks

240.1. Authors

  • Gabriele Strattner <gs@suse.de>

  • Klaus Kaempf <kkaempf@suse.de>

  • Purpose: provides the Callbacks for SlideShow

240.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    240.3. Global Functions

    240.3.1. CallbackSourceChange

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

    Function parameters

    • integer source

    • integer media

    Return value

    • void

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

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

    240.3.4. DoneProvide

    during file providal

    Function parameters

    • integer error

    • string reason

    • string name

    Return value

    • string

    240.3.5. FinishPatchDeltaProvide

    at end of file providal

    Return value

    • void

    240.3.6. InstallSlideShowCallbacks

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

    Return value

    • void

    240.3.7. ProgressDeltaApply

    during file providal

    Function parameters

    • integer percent

    Return value

    • void

    240.3.8. ProgressPackage

    ProgressPackage percent

    Function parameters

    • integer pkg_percent

    Return value

    • boolean

    240.3.9. ProgressProvide

    during file providal

    Function parameters

    • integer percent

    Return value

    • boolean

    240.3.10. RemoveSlideShowCallbacks

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

    Return value

    • void

    240.3.11. StartDeltaApply

    at start of file providal

    Function parameters

    • string name

    Return value

    • void

    240.3.12. StartDeltaProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    Return value

    • void

    240.3.13. StartPackage

    at start of package install

    Function parameters

    • string name

    • string summary

    • integer install_size

    • boolean is_delete

    Return value

    • void

    240.3.14. StartPatchProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    Return value

    • void

    240.3.15. StartProvide

    at start of file providal

    Function parameters

    • string name

    • integer archivesize

    • boolean remote

    Return value

    • void

    240.4. Global Variables

    240.5. Module Requirements

    240.5.1. Module Imports

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

    240.5.2. Module Includes