IAnjutaPluginLoader

IAnjutaPluginLoader — Interface for loading other plugins

Stability Level

Unstable, unless otherwise indicated

Synopsis


#include <libanjuta/interfaces/ianjuta-plugin-loader.h>


#define             IANJUTA_PLUGIN_LOADER_ERROR
                    IAnjutaPluginLoader;
                    IAnjutaPluginLoaderIface;
GQuark              ianjuta_plugin_loader_error_quark   (void);
GType               ianjuta_plugin_loader_glue_plugin_get_type
                                                        (IAnjutaPluginLoader *obj,
                                                         GError **err);

Description

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);

Returns :

ianjuta_plugin_loader_glue_plugin_get_type ()

GType               ianjuta_plugin_loader_glue_plugin_get_type
                                                        (IAnjutaPluginLoader *obj,
                                                         GError **err);

obj :
err :
Returns :