CongServicePrintMethod

CongServicePrintMethod

Functions

Description

Functions

CONG_SERVICE_PRINT_METHOD()

#define CONG_SERVICE_PRINT_METHOD(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_SERVICE_PRINT_METHOD_TYPE, CongServicePrintMethod)


CONG_SERVICE_PRINT_METHOD_CLASS()

#define CONG_SERVICE_PRINT_METHOD_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_SERVICE_PRINT_METHOD_TYPE, CongServicePrintMethodClass)


IS_CONG_SERVICE_PRINT_METHOD()

#define IS_CONG_SERVICE_PRINT_METHOD(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_SERVICE_PRINT_METHOD_TYPE)


cong_service_print_method_construct ()

CongServicePrintMethod *
cong_service_print_method_construct (CongServicePrintMethod *print_method,
                                     const gchar *name,
                                     const gchar *description,
                                     const gchar *service_id,
                                     CongServicePrintMethodDocumentFilter doc_filter,
                                     CongServicePrintMethodActionCallback action_callback,
                                     gpointer user_data);

TODO: Write me

Returns


cong_plugin_register_print_method ()

CongServicePrintMethod *
cong_plugin_register_print_method (CongPlugin *plugin,
                                   const gchar *name,
                                   const gchar *description,
                                   const gchar *id,
                                   CongServicePrintMethodDocumentFilter doc_filter,
                                   CongServicePrintMethodActionCallback action_callback,
                                   gpointer user_data);

TODO: Write me

Returns


cong_print_method_supports_document ()

gboolean
cong_print_method_supports_document (CongServicePrintMethod *print_method,
                                     CongDocument *doc);

TODO: Write me

Returns


cong_print_method_invoke ()

void
cong_print_method_invoke (CongServicePrintMethod *print_method,
                          CongDocument *doc,
                          GnomePrintContext *gpc,
                          GtkWindow *toplevel_window);

TODO: Write me


cong_plugin_for_each_print_method ()

void
cong_plugin_for_each_print_method (CongPlugin *plugin,
                                   void (*callback) (CongServicePrintMethod *print_method, gpointer user_data),
                                   gpointer user_data);

TODO: Write me

Types and Values