LibreOffice
LibreOffice 5.4 SDK API Reference
XModify.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef org_freedesktop_PackageKit_XModify_idl
11 #define org_freedesktop_PackageKit_XModify_idl
12 
14 
15 module org
16 {
17 module freedesktop
18 {
19 module PackageKit
20 {
29 {
35  void InstallPackageFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
36 
42  void InstallProvideFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
43 
49  void InstallCatalogs( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
50 
56  void InstallPackageNames( [in] unsigned long xid, [in] sequence< string > packages, [in] string interaction);
57 
63  void InstallMimeTypes( [in] unsigned long xid, [in] sequence< string > mimeTypes, [in] string interaction);
64 
70  void InstallFontconfigResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction);
71 
77  void InstallGStreamerResources( [in] unsigned long xid, [in] sequence< string > resources, [in] string interaction);
78 
84  void InstallResources( [in] unsigned long xid, [in] sequence< string > types, [in] sequence< string > resources, [in] string interaction);
85 
91  void RemovePackageByFiles( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
92 
98  void InstallPrinterDrivers( [in] unsigned long xid, [in] sequence< string > files, [in] string interaction);
99 };
100 
101 } ; // PackageKit
102 } ; // freedesktop
103 } ; // org
104 
105 
106 #endif
107 
108 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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