summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-08 01:25:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-08 01:25:43 +0000
commitb5af7163a185faee49d8621a3707d238b0fc0a55 (patch)
tree436e355be9e223f03eaa575f7a89541e54e23849 /gtk/gtkprintoperation.h
parentf9d3a6aba2a81782a26f7745f9f0cba8a4365280 (diff)
downloadgtk+-b5af7163a185faee49d8621a3707d238b0fc0a55.tar.gz
Add some docs.
2006-06-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.c: Add some docs. * gtk/gtk.symbols: Add gtk_print_operation_set_allow_async. * gtk/gtkprintoperation.h: Remove gtk_print_operation_run_async.
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r--gtk/gtkprintoperation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h
index ac144f4ff3..d524223cdf 100644
--- a/gtk/gtkprintoperation.h
+++ b/gtk/gtkprintoperation.h
@@ -176,8 +176,6 @@ GtkPageSetup *gtk_print_run_page_setup_dialog (GtkWindow
typedef void (* GtkPageSetupDoneFunc) (GtkPageSetup *page_setup,
gpointer data);
-void gtk_print_operation_run_async (GtkPrintOperation *op,
- GtkWindow *parent);
void gtk_print_run_page_setup_dialog_async (GtkWindow *parent,
GtkPageSetup *page_setup,
GtkPrintSettings *settings,