forked from AuroraMiddleware/gtk
Fix the build
This commit is contained in:
parent
de0039546b
commit
19a13b316e
@ -47,8 +47,6 @@ typedef struct _GtkPrintBackendFileClass GtkPrintBackendFileClass;
|
|||||||
|
|
||||||
#define _STREAM_MAX_CHUNK_SIZE 8192
|
#define _STREAM_MAX_CHUNK_SIZE 8192
|
||||||
|
|
||||||
static GType print_backend_file_type = 0;
|
|
||||||
|
|
||||||
struct _GtkPrintBackendFileClass
|
struct _GtkPrintBackendFileClass
|
||||||
{
|
{
|
||||||
GtkPrintBackendClass parent_class;
|
GtkPrintBackendClass parent_class;
|
||||||
|
@ -83,7 +83,7 @@ static void gtk_print_backend_lpr_print_stream (GtkPrintBacke
|
|||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
GDestroyNotify dnotify);
|
GDestroyNotify dnotify);
|
||||||
|
|
||||||
G_DEFINE_DYNAMIC_TYPE(GtkPrintBackendLpr, gtk_print_backend_lpr, GTK_TYPE_PRINT_BACKEND
|
G_DEFINE_DYNAMIC_TYPE(GtkPrintBackendLpr, gtk_print_backend_lpr, GTK_TYPE_PRINT_BACKEND)
|
||||||
|
|
||||||
void
|
void
|
||||||
g_io_module_load (GIOModule *module)
|
g_io_module_load (GIOModule *module)
|
||||||
|
Loading…
Reference in New Issue
Block a user