diff options
author | Christian Persch <chpe@gnome.org> | 2007-04-30 19:12:00 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-04-30 19:12:00 +0000 |
commit | be87e9a8cd6d60250360d99685e368a921a03e05 (patch) | |
tree | 41a5f976a7f8f391dfbfab9027ffbf3f885158e5 /gtk/gtkprinter-private.h | |
parent | 3cc1085d978db3f698071141fd64133a483d2015 (diff) | |
download | gtk+-be87e9a8cd6d60250360d99685e368a921a03e05.tar.gz |
Make gtk_printer_get_capabilities public, and move the
2007-04-30 Christian Persch <chpe@gnome.org>
* docs/reference/gtk/gtk-sections.txt:
* gtk/gtk.symbols:
* gtk/gtkprinter-private.h:
* gtk/gtkprinter.c: (gtk_printer_get_capabilities),
(gtk_print_capabilities_get_type):
* gtk/gtkprinter.h:
* gtk/gtkprintunixdialog.c: (selected_printer_changed):
Make gtk_printer_get_capabilities public, and move the
GtkPrintCapabilities definition to gtkprinter.h. Bug #390437.
svn path=/trunk/; revision=17746
Diffstat (limited to 'gtk/gtkprinter-private.h')
-rw-r--r-- | gtk/gtkprinter-private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkprinter-private.h b/gtk/gtkprinter-private.h index 6bedb63c26..26146a10a6 100644 --- a/gtk/gtkprinter-private.h +++ b/gtk/gtkprinter-private.h @@ -54,8 +54,6 @@ void _gtk_printer_get_hard_margins (GtkPrinter gdouble *left, gdouble *right); GHashTable * _gtk_printer_get_custom_widgets (GtkPrinter *printer); -GtkPrintCapabilities _gtk_printer_get_capabilities (GtkPrinter *printer); - /* GtkPrintJob private methods: */ void gtk_print_job_set_status (GtkPrintJob *job, |