![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
#define IANJUTA_LOADER_ERROR IAnjutaLoader; IAnjutaLoaderIface; GQuark ianjuta_loader_error_quark (void); GList* ianjuta_loader_find_plugins (IAnjutaLoader *obj, GError **err);
typedef struct { GTypeInterface g_iface; GList* (*find_plugins) (IAnjutaLoader *obj, GError **err); } IAnjutaLoaderIface;
GList* ianjuta_loader_find_plugins (IAnjutaLoader *obj, GError **err);
obj : |
Self |
err : |
Error propagation and reporting. |
Returns : | all plugins supporting loader interface. |