diff options
author | Evan Nemerson <evan@coeus-group.com> | 2012-08-07 19:35:28 -0700 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2012-08-12 19:04:25 -0700 |
commit | feff5a6e2682048a07a6ba09af83254e290bf394 (patch) | |
tree | 78a7df91f6634a476c1b765be0ecc81cb014ed9d /pango/pango-attributes.h | |
parent | eddbc909f835901fe08794be0ec45840d3494af5 (diff) | |
download | pango-feff5a6e2682048a07a6ba09af83254e290bf394.tar.gz |
introspection: assorted fixes to avoid regressions in Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=681423
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index 59f97a3a..e22970de 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -112,9 +112,9 @@ struct _PangoAttribute }; typedef gboolean (*PangoAttrFilterFunc) (PangoAttribute *attribute, - gpointer data); + gpointer user_data); -typedef gpointer (*PangoAttrDataCopyFunc) (gconstpointer data); +typedef gpointer (*PangoAttrDataCopyFunc) (gconstpointer user_data); struct _PangoAttrClass { |