:: org :: freedesktop :: PackageKit ::

unpublished interface XModify
Usage Restrictions
not published
Description
* The interface used for modifying the package database.

Methods' Summary
InstallPackageFiles * Installs local package sequence< string > files or service packs. *  
InstallProvideFiles * Installs sequence< string > packages to provide sequence< string > files. *  
InstallCatalogs * Installs sequence< string > packages to provide sequence< string > files. *  
InstallPackageNames * Installs sequence< string > packages from a configured software source. *  
InstallMimeTypes * Installs mimetype handlers from a configured software source. *  
InstallFontconfigResources * Installs fontconfig resources ( [in] usually fonts) from a configured software source. *  
InstallGStreamerResources * Installs GStreamer resources ( [in] usually codecs) from a configured software source. *  
InstallResources * Installs resources of a given type from a configured software source. *  
RemovePackageByFiles * Removes sequence< string > packages that provide the given local sequence< string > files. *  
InstallPrinterDrivers * Installs printer drivers from a configured software source. *  
Methods' Details
InstallPackageFiles
void
InstallPackageFiles( [in] unsigned long  xid,
[in] sequence< string >  files,
[in] string  interaction );

Description
* Installs local package sequence< string > files or service packs. *
Since
LibreOffice 4.0
InstallProvideFiles
void
InstallProvideFiles( [in] unsigned long  xid,
[in] sequence< string >  files,
[in] string  interaction );

Description
* Installs sequence< string > packages to provide sequence< string > files. *
Since
LibreOffice 4.0
InstallCatalogs
void
InstallCatalogs( [in] unsigned long  xid,
[in] sequence< string >  files,
[in] string  interaction );

Description
* Installs sequence< string > packages to provide sequence< string > files. *
Since
LibreOffice 4.0
InstallPackageNames
void
InstallPackageNames( [in] unsigned long  xid,
[in] sequence< string >  packages,
[in] string  interaction );

Description
* Installs sequence< string > packages from a configured software source. *
Since
LibreOffice 4.0
InstallMimeTypes
void
InstallMimeTypes( [in] unsigned long  xid,
[in] sequence< string >  mime_types,
[in] string  interaction );

Description
* Installs mimetype handlers from a configured software source. *
Since
LibreOffice 4.0
InstallFontconfigResources
void
InstallFontconfigResources( [in] unsigned long  xid,
[in] sequence< string >  resources,
[in] string  interaction );

Description
* Installs fontconfig resources ( [in] usually fonts) from a configured software source. *
Since
LibreOffice 4.0
InstallGStreamerResources
void
InstallGStreamerResources( [in] unsigned long  xid,
[in] sequence< string >  resources,
[in] string  interaction );

Description
* Installs GStreamer resources ( [in] usually codecs) from a configured software source. *
Since
LibreOffice 4.0
InstallResources
void
InstallResources( [in] unsigned long  xid,
[in] sequence< string >  types,
[in] sequence< string >  resources,
[in] string  interaction );

Description
* Installs resources of a given type from a configured software source. *
Since
LibreOffice 4.0
RemovePackageByFiles
void
RemovePackageByFiles( [in] unsigned long  xid,
[in] sequence< string >  files,
[in] string  interaction );

Description
* Removes sequence< string > packages that provide the given local sequence< string > files. *
Since
LibreOffice 4.0
InstallPrinterDrivers
void
InstallPrinterDrivers( [in] unsigned long  xid,
[in] sequence< string >  files,
[in] string  interaction );

Description
* Installs printer drivers from a configured software source. *
Since
LibreOffice 4.0
Top of Page