KDECore
KDEPluginVerificationData Struct Reference
#include <kexportplugin.h>
Public Types | |
enum | { PluginVerificationDataVersion = 1 } |
Public Attributes | |
quint8 | dataVersion |
quint32 | KDEVersion |
const char * | KDEVersionString |
Detailed Description
Stores KDE version information in a plugin library.
- See also
- K_PLUGIN_VERIFICATION_DATA
Definition at line 32 of file kexportplugin.h.
Member Enumeration Documentation
anonymous enum |
Enumerator | |
---|---|
PluginVerificationDataVersion |
Definition at line 34 of file kexportplugin.h.
Member Data Documentation
quint8 KDEPluginVerificationData::dataVersion |
The version of this structure. Do not ever delete or change a field. Increase it in the K_EXPORT_PLUGIN_VERSION macro whenever you append a field to this structure.
Definition at line 42 of file kexportplugin.h.
quint32 KDEPluginVerificationData::KDEVersion |
Definition at line 43 of file kexportplugin.h.
const char* KDEPluginVerificationData::KDEVersionString |
Definition at line 44 of file kexportplugin.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.