[gtk+] Pacify gobject-introspection
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Pacify gobject-introspection
- Date: Sun, 21 Jun 2015 00:43:29 +0000 (UTC)
commit 3b43951ba4da9869e5f79f674e8c8a2fc16c78a9
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 20 20:29:18 2015 -0400
Pacify gobject-introspection
gobject-introspection complains about the parameter names of
vfuncs. Why, you ask ? No idea.
gtk/gtkfontchooser.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h
index 98e3baf..8ca690f 100644
--- a/gtk/gtkfontchooser.h
+++ b/gtk/gtkfontchooser.h
@@ -72,7 +72,7 @@ struct _GtkFontChooserIface
/* More methods */
void (* set_font_map) (GtkFontChooser *fontchooser,
- PangoFontMap *map);
+ PangoFontMap *fontmap);
PangoFontMap * (* get_font_map) (GtkFontChooser *fontchooser);
/* Padding */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]