summaryrefslogtreecommitdiff
path: root/gtk/gtkprinter-private.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-12-24 13:16:05 +0000
committerChristian Persch <chpe@src.gnome.org>2006-12-24 13:16:05 +0000
commit4f5e5b483411574231f8ead5f652ef6f4a5982cb (patch)
treed48b4d2a864af3b3f3efc0f4ff61948e3cb2e734 /gtk/gtkprinter-private.h
parent842b3183067e9356c01d88ce5c5f9ac0f887de20 (diff)
downloadgtk+-4f5e5b483411574231f8ead5f652ef6f4a5982cb.tar.gz
Make gtk_printer_list_papers public. Bug #345587.
2006-12-24 Christian Persch <chpe@cvs.gnome.org> * docs/reference/gtk/gtk-sections.txt: * gtk/gtk.symbols: * gtk/gtkpagesetupunixdialog.c: (fill_paper_sizes_from_printer): * gtk/gtkprinter-private.h: * gtk/gtkprinter.c: (gtk_printer_list_papers): * gtk/gtkprinter.h: Make gtk_printer_list_papers public. Bug #345587.
Diffstat (limited to 'gtk/gtkprinter-private.h')
-rw-r--r--gtk/gtkprinter-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprinter-private.h b/gtk/gtkprinter-private.h
index 58ea80780b..568e3bc087 100644
--- a/gtk/gtkprinter-private.h
+++ b/gtk/gtkprinter-private.h
@@ -49,7 +49,6 @@ cairo_surface_t * _gtk_printer_create_cairo_surface (GtkPrinter
gdouble width,
gdouble height,
GIOChannel *cache_io);
-GList * _gtk_printer_list_papers (GtkPrinter *printer);
void _gtk_printer_get_hard_margins (GtkPrinter *printer,
gdouble *top,
gdouble *bottom,