CongServiceImporter

CongServiceImporter

Functions

Description

Functions

CONG_SERVICE_IMPORTER()

#define CONG_SERVICE_IMPORTER(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_SERVICE_IMPORTER_TYPE, CongServiceImporter)


CONG_SERVICE_IMPORTER_CLASS()

#define CONG_SERVICE_IMPORTER_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_SERVICE_IMPORTER_TYPE, CongServiceImporterClass)


IS_CONG_SERVICE_IMPORTER()

#define IS_CONG_SERVICE_IMPORTER(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_SERVICE_IMPORTER_TYPE)


cong_service_importer_construct ()

CongServiceImporter *
cong_service_importer_construct (CongServiceImporter *importer,
                                 const gchar *name,
                                 const gchar *description,
                                 const gchar *id,
                                 CongServiceImporterMakeFilterCallback filter_factory_callback,
                                 CongServiceImporterOptionsWidgetCallback options_widget_callback,
                                 CongServiceImporterActionCallback action_callback,
                                 gpointer user_data);

TODO: Write me

Returns


cong_plugin_register_importer ()

CongServiceImporter *
cong_plugin_register_importer (CongPlugin *plugin,
                               const gchar *name,
                               const gchar *description,
                               const gchar *id,
                               CongServiceImporterMakeFilterCallback filter_factory_callback,
                               CongServiceImporterOptionsWidgetCallback options_widget_callback,
                               CongServiceImporterActionCallback action_callback,
                               gpointer user_data);

TODO: Write me

Returns


cong_importer_make_file_filter ()

GtkFileFilter *
cong_importer_make_file_filter (CongServiceImporter *importer);

Run this importer's callback to create a GtkFileFilter for the File->Importer dialog

Parameters

importer

the importer

 

Returns


cong_importer_invoke ()

void
cong_importer_invoke (CongServiceImporter *importer,
                      const gchar *filename,
                      const gchar *mime_type,
                      GtkWindow *toplevel_window);

TODO: Write me


cong_plugin_for_each_importer ()

void
cong_plugin_for_each_importer (CongPlugin *plugin,
                               void (*callback) (CongServiceImporter *importer, gpointer user_data),
                               gpointer user_data);

TODO: Write me


cong_service_importer_make_basic_filter ()

GtkFileFilter *
cong_service_importer_make_basic_filter
                               (CongServiceImporter *importer);

Returns

Types and Values