List of Global Functions
CallbackSourceChange - change of source 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
ProgressDeltaApply - during file providal
ProgressPackage - ProgressPackage percent
ProgressProvide - during file providal
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 source 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
integer disk_usage
integer disk_capacity
boolean deleting
Return value
boolean
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
ProgressPackage percent
Function parameters
integer pkg_percent
Return value
boolean
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
boolean
at start of file providal
Function parameters
string name
integer archivesize
Return value
void