:: org :: freedesktop :: PackageKit ::

unpublished interface XQuery
Usage Restrictions
not published
Description
* The interface used for quering the package database.

Methods' Summary
IsInstalled * Installs local package files or service packs. *  
SearchFile * Installs packages to provide files. *  
Methods' Details
IsInstalled
void
IsInstalled( [in] string  package_name,
[in] string  interaction,
[out] boolean  installed );

Description
* Installs local package files or service packs. *
Since
LibreOffice 4.0
SearchFile
void
SearchFile( [in] string  file_name,
[in] string  interaction,
[out] boolean  installed,
[out] string  package_name );

Description
* Installs packages to provide files. *
Since
LibreOffice 4.0
Top of Page