projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f9a81
)
Pacify gobject-introspection
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Jun 2015 00:29:18 +0000
(20:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Jun 2015 00:29:18 +0000
(20:29 -0400)
gobject-introspection complains about the parameter names of
vfuncs. Why, you ask ? No idea.
gtk/gtkfontchooser.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfontchooser.h
b/gtk/gtkfontchooser.h
index 98e3baf7e29fadbbdcb3707e830ecd4d2101c386..8ca690f6ca73705dd8894855108bae183b81a9d0 100644
(file)
--- 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 *
font
map);
PangoFontMap * (* get_font_map) (GtkFontChooser *fontchooser);
/* Padding */