Name
GuppiDataImporterPlugIn --
Object Hierarchy
GtkObject
+----GuppiPlugIn
+----GuppiDataImporterPlugIn |
Details
GUPPI_DATA_IMPORTER_PLUG_IN0()
#define GUPPI_DATA_IMPORTER_PLUG_IN0(obj) ((obj) ? (GUPPI_DATA_IMPORTER_PLUG_IN(obj)) : NULL) |
GUPPI_IS_DATA_IMPORTER_PLUG_IN0()
#define GUPPI_IS_DATA_IMPORTER_PLUG_IN0(obj) (((obj) == NULL) || (GUPPI_IS_DATA_IMPORTER_PLUG_IN(obj))) |
guppi_data_importer_plug_in_new ()
guppi_data_importer_plug_in_add_accepted_extension ()
guppi_data_importer_plug_in_add_accepted_extensions ()
guppi_data_importer_plug_in_add_rejected_extension ()
guppi_data_importer_plug_in_add_rejected_extensions ()
struct GuppiDataImporterAssessment
struct GuppiDataImporterAssessment {
double confidence;
GuppiPlugInSpec *spec;
GuppiDataImporterPlugIn *plug_in;
}; |
guppi_data_importer_plug_in_assess ()
GList* guppi_data_importer_plug_in_assess
(const gchar *filename,
gpointer data,
gsize size); |