| 
IAnjutaPluginLoader
IAnjutaPluginLoader — Interface for loading other plugins |  | 
Stability Level
Unstable, unless otherwise indicated
 
Details
IANJUTA_PLUGIN_LOADER_ERROR
#define IANJUTA_PLUGIN_LOADER_ERROR ianjuta_plugin_loader_error_quark()
 
IAnjutaPluginLoader
typedef struct _IAnjutaPluginLoader IAnjutaPluginLoader;
 
IAnjutaPluginLoaderIface
typedef struct {
	GTypeInterface g_iface;
	
	GType (*glue_plugin_get_type) (IAnjutaPluginLoader *obj, GError **err);
} IAnjutaPluginLoaderIface;
 
ianjuta_plugin_loader_error_quark ()
GQuark              ianjuta_plugin_loader_error_quark   (void);