]> Pileus Git - ~andy/gtk/commit
Rename GtkFontChooser:font-name to :font
authorChristian Persch <chpe@gnome.org>
Mon, 5 Sep 2011 11:26:49 +0000 (13:26 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 13 Sep 2011 10:55:21 +0000 (12:55 +0200)
commiteb9efc9fd2f23217cb4f1053737d27c8b0e22f6a
tree6fe1a48522a6edf94f85c4012c4fa2bbc2088aaf
parent5452525143ce10628080ceabf19cb1f68d5708a9
Rename GtkFontChooser:font-name to :font

GtkFontButton already has a property named "font-name" which may
conflict / be an ABI break when moving GtkFontButton to implement
GtkFontChooser. Also, this is more in line with how other parts in
gtk (e.g. GtkCellRendererText) call a font string property.
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkfontbutton.c
gtk/gtkfontchooser.c
gtk/gtkfontchooser.h
gtk/gtkfontchooserutils.c
gtk/gtkfontchooserutils.h
gtk/gtkfontchooserwidget.c
tests/testfontchooser.c