KDECore
KDEPluginVerificationData Struct Reference
#include <kexportplugin.h>
Public Types | |
enum | { PluginVerificationDataVersion = 1 } |
Public Attributes | |
quint8 | dataVersion |
quint32 | KDEVersion |
const char * | KDEVersionString |
Detailed Description
For internal use only.
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 |
Member Data Documentation
For internal use only.
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.
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: