Bump version to 5.0-14
[LibreOffice.git] / offapi / org / freedesktop / PackageKit / SyncDbusSessionHelper.idl
blob72642aa23af0104f9616ce189fa737001ec515f2
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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_SyncDbusSessionHelper_idl
10 #define org_freedesktop_PackageKit_SyncDbusSessionHelper_idl
12 #include <org/freedesktop/PackageKit/XSyncDbusSessionHelper.idl>
14 module org {
15 module freedesktop {
16 module PackageKit {
18 service SyncDbusSessionHelper : XSyncDbusSessionHelper;
20 } ; // PackageKit
21 } ; // freedesktop
22 } ; // org
24 #endif
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */