GNOME Bugzilla – Bug 681406
Incorrect c:type for array parameters using []
Last modified: 2015-02-07 16:49:17 UTC
A few gtk functions specify array arguments as e.g. const gchar *names[] rather than const gchar **names This causes the c:type stored in GIR files to be incorrect (missing one level of indirection). Known examples are gtk_icon_theme_choose_icon gtk_icon_theme_get_search_path gtk_icon_theme_set_search_path From #introspection: <pclayton> should introspection support this, or should gtk functions be adjusted for the latter style? <pclayton> i.e. should I raise a bug for gtk or introspection? <walters> pclayton: ideally we'd fix it both ways
*** This bug has been marked as a duplicate of bug 567993 ***
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]