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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +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. + 2007-04-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkexpander.c (gtk_expander_realize): A NO_WINDOW widget |