List of Global Functions
CallbackSourceChange - change of repository source: 0 .. n-1 media: 1 .. n
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.
DonePackage - at end of install just to override the PackageCallbacks default (which does a 'CloseDialog' :-})
DoneProvide - during file providal
FinishPatchDeltaProvide - at end of file providal
InstallSlideShowCallbacks - Install callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
ProgressDeltaApply - during file providal
ProgressPackage - ProgressPackage percent
ProgressProvide - during file providal
RemoveSlideShowCallbacks - Remove callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
StartDeltaApply - at start of file providal
StartDeltaProvide - at start of file providal
StartPackage - at start of package install
StartPatchProvide - at start of file providal
StartProvide - at start of file providal
List of Global Variables
change of repository source: 0 .. n-1 media: 1 .. n
Function parameters
integer source
integer media
Return value
void
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
at end of install just to override the PackageCallbacks default (which does a 'CloseDialog' :-})
Function parameters
integer error
string reason
Return value
string
during file providal
Function parameters
integer error
string reason
string name
Return value
string
Install callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
Return value
void
ProgressPackage percent
Function parameters
integer pkg_percent
Return value
boolean
Remove callbacks for slideshow. Should be in SlideShowCallbacks but that doesn't work at the moment.
Return value
void
at start of file providal
Function parameters
string name
integer archivesize
Return value
void
at start of package install
Function parameters
string name
string summary
integer install_size
boolean is_delete
Return value
void
at start of file providal
Function parameters
string name
integer archivesize
Return value
void