![JAR search and dependency download from the Maven repository](/logo.png)
h.ST_gvplugin_available_s Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;
import smetana.core.UnsupportedStarStruct;
final public class ST_gvplugin_available_s extends UnsupportedStarStruct {
// gvplugin_available_t *next; /* next plugin in linked list, or NULL */
// const char *typestr; /* type string, e.g. "png" or "ps" */
// int quality; /* Programmer assigned quality ranking within type (+ve or -ve int).
// First implementation of type should be given "0" quality */
// gvplugin_package_t *package; /* details of library containing plugin */
// gvplugin_installed_t *typeptr; /* pointer to jumptable for plugin,
// or NULL if not yet loaded */
// struct gvplugin_available_s {
// gvplugin_available_t *next; /* next plugin in linked list, or NULL */
// const char *typestr; /* type string, e.g. "png" or "ps" */
// int quality; /* Programmer assigned quality ranking within type (+ve or -ve int).
// First implementation of type should be given "0" quality */
// gvplugin_package_t *package; /* details of library containing plugin */
// gvplugin_installed_t *typeptr; /* pointer to jumptable for plugin,
// or NULL if not yet loaded */
// };
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy