summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-09-05 22:55:05 +0200
committerChristian Persch <chpe@gnome.org>2011-09-13 12:55:22 +0200
commit1b818f2e461dd85a7feed925334ad7b37498392c (patch)
treee477e016af226a86c70a31decc8a2910e4a803a7 /gtk/gtkfontchooser.h
parent0b7db6888a5377e0635449fa79d88df1df22a7b4 (diff)
downloadgtk+-1b818f2e461dd85a7feed925334ad7b37498392c.tar.gz
Remove GtkFontChooser:[sg]et_font
Now that the setter doesn't return a value anymore, we can just use g_object_[sg]et instead of having these vfuncs.
Diffstat (limited to 'gtk/gtkfontchooser.h')
-rw-r--r--gtk/gtkfontchooser.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h
index 8573f8ccf2..b436bedb39 100644
--- a/gtk/gtkfontchooser.h
+++ b/gtk/gtkfontchooser.h
@@ -59,12 +59,10 @@ struct _GtkFontChooserIface
GTypeInterface base_iface;
/* Methods */
- gchar * (* get_font) (GtkFontChooser *chooser);
- void (* set_font) (GtkFontChooser *chooser,
- const gchar *fontname);
PangoFontFamily * (* get_font_family) (GtkFontChooser *chooser);
PangoFontFace * (* get_font_face) (GtkFontChooser *chooser);
gint (* get_font_size) (GtkFontChooser *chooser);
+
void (* set_filter_func) (GtkFontChooser *chooser,
GtkFontFilterFunc filter,
gpointer data,