summaryrefslogtreecommitdiff
path: root/gtk/gtkprintbackend.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-05-15 15:24:12 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-05-15 15:24:12 +0000
commit5e0dc70323142a60f363f66d7994ed0b5a381d4c (patch)
treebb21722e5d97a107eacc63a96c23a1d74cbbbb56 /gtk/gtkprintbackend.h
parent62ede1134c6bad75147eb399f311ad2aec6fd8f1 (diff)
downloadgtk+-5e0dc70323142a60f363f66d7994ed0b5a381d4c.tar.gz
Never unload print backends. Remove gtk_print_backend_unref_at_idle.
2006-05-15 Alexander Larsson <alexl@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintbackend.[ch]: (_gtk_print_backend_create): Never unload print backends. Remove gtk_print_backend_unref_at_idle. * modules/printbackends/cups/gtkprintbackendcups.c: (cups_dispatch_watch_finalize): Don't use the unref_at_idle hack since that caused deadlocks. Instead we never unload print backends, which is not really a big problem.
Diffstat (limited to 'gtk/gtkprintbackend.h')
-rw-r--r--gtk/gtkprintbackend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintbackend.h b/gtk/gtkprintbackend.h
index 61021fcd93..7f688ae0fc 100644
--- a/gtk/gtkprintbackend.h
+++ b/gtk/gtkprintbackend.h
@@ -137,7 +137,6 @@ void gtk_print_backend_print_stream (GtkPrintBackend *pri
gpointer user_data,
GDestroyNotify dnotify);
GList * gtk_print_backend_load_modules (void);
-void gtk_print_backend_unref_at_idle (GtkPrintBackend *print_backend);
void gtk_print_backend_destroy (GtkPrintBackend *print_backend);
/* Backend-only functions for GtkPrintBackend */