KDBusAddons 5.109.0
kdeinitinterface.h
1/*
2 This file is part of libkdbusaddons
3
4 SPDX-FileCopyrightText: 2013 David Faure <faure@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
7*/
8
9#ifndef KDEINIT_IFACE_H
10#define KDEINIT_IFACE_H
11
12#include <kdbusaddons_export.h>
13
25{
26KDBUSADDONS_EXPORT void ensureKdeinitRunning();
27}
28
29#endif
The KDEInitInterface namespace contains:
Definition kdeinitinterface.h:25