PlasmaActivities

version.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2008-2016 Aaron Seigo <aseigo@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef PLASMA_ACTIVITIES_VERSION_BIN_H
8#define PLASMA_ACTIVITIES_VERSION_BIN_H
9
10/** @file version.h <PlasmaActivities/Version> */
11
12#include "plasma_activities_export.h"
13#include <plasma_activities_version.h>
14
15#define PLASMA_ACTIVITIES_VERSION_RELEASE PLASMA_ACTIVITIES_VERSION_PATCH
16
17/**
18 * Namespace for everything in libkactivities
19 */
20namespace KActivities
21{
22/**
23 * The runtime version of libkactivities
24 */
25PLASMA_ACTIVITIES_EXPORT unsigned int version();
26
27/**
28 * The runtime major version of libkactivities
29 */
30PLASMA_ACTIVITIES_EXPORT unsigned int versionMajor();
31
32/**
33 * The runtime major version of libkactivities
34 */
35PLASMA_ACTIVITIES_EXPORT unsigned int versionMinor();
36
37/**
38 * The runtime major version of libkactivities
39 */
40PLASMA_ACTIVITIES_EXPORT unsigned int versionRelease();
41
42/**
43 * The runtime version string of libkactivities
44 */
45PLASMA_ACTIVITIES_EXPORT const char *versionString();
46
47} // KActivities namespace
48
49#endif // PLASMA_ACTIVITIES_VERSION_BIN_H
Namespace for everything in libkactivities.
const char * versionString()
The runtime version string of libkactivities.
Definition version.cpp:31
unsigned int version()
The runtime version of libkactivities.
Definition version.cpp:11
unsigned int versionRelease()
The runtime major version of libkactivities.
Definition version.cpp:26
unsigned int versionMinor()
The runtime major version of libkactivities.
Definition version.cpp:21
unsigned int versionMajor()
The runtime major version of libkactivities.
Definition version.cpp:16
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 12:01:06 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.