All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h.ST_gvplugin_available_s Maven / Gradle / Ivy

There is a newer version: 1.2025.0
Show newest version
// 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