Struct
GimpModuleInfo
Description [src]
struct GimpModuleInfo {
guint32 abi_version;
gchar* purpose;
gchar* author;
gchar* version;
gchar* copyright;
gchar* date;
}
This structure contains information about a loadable module.
Structure members
abi_version:guint32The #GIMP_MODULE_ABI_VERSION the module was compiled against.
purpose:gchar*The module’s general purpose.
author:gchar*The module’s author.
version:gchar*The module’s version.
copyright:gchar*The module’s copyright.
date:gchar*The module’s release date.