10 #ifndef org_freedesktop_PackageKit_XModify_idl 11 #define org_freedesktop_PackageKit_XModify_idl 35 void InstallPackageFiles([in] sequence< string > files, [in]
string interaction);
42 void InstallProvideFiles([in] sequence< string > files, [in]
string interaction);
49 void InstallCatalogs([in] sequence< string > files, [in]
string interaction);
56 void InstallPackageNames([in] sequence< string > packages, [in]
string interaction);
63 void InstallMimeTypes([in] sequence< string > mimeTypes, [in]
string interaction);
70 void InstallFontconfigResources([in] sequence< string > resources, [in]
string interaction);
77 void InstallGStreamerResources([in] sequence< string > resources, [in]
string interaction);
84 void InstallResources([in] sequence< string > types, [in] sequence< string > resources, [in]
string interaction);
91 void RemovePackageByFiles([in] sequence< string > files, [in]
string interaction);
98 void InstallPrinterDrivers([in] sequence< string > files, [in]
string interaction);
Definition: SyncDbusSessionHelper.idl:14
base interface of all UNO interfaces
Definition: XInterface.idl:47
The interface used for modifying the package database.
Definition: XModify.idl:28