LibreOffice
LibreOffice 6.4 SDK API Reference
org
freedesktop
PackageKit
XQuery.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
#ifndef org_freedesktop_PackageKit_XQuery_idl
10
#define org_freedesktop_PackageKit_XQuery_idl
11
12
#include <
com/sun/star/uno/XInterface.idl
>
13
14
module
org
15
{
16
module freedesktop
17
{
18
module PackageKit
19
{
27
interface
XQuery
:
com::sun::star::uno::XInterface
28
{
34
void
IsInstalled([in]
string
packageName, [in]
string
interaction, [out]
boolean
installed);
35
41
void
SearchFile([in]
string
fileName, [in]
string
interaction, [out]
boolean
installed, [out]
string
packageName);
42
43
};
44
45
} ;
// PackageKit
46
} ;
// freedesktop
47
} ;
// org
48
49
50
#endif
51
52
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
XInterface.idl
org
Definition:
SyncDbusSessionHelper.idl:14
org::freedesktop::PackageKit::XQuery
The interface used for querying the package database.
Definition:
XQuery.idl:27
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition:
XInterface.idl:47
Generated by
1.8.17