GNOME Bugzilla – Bug 667742
entries argument of gtk_clutter_init_with_args not annotated as array
Last modified: 2012-01-12 21:33:06 UTC
The entries argument to gtk_clutter_init_with_args is currently missing (array zero-terminated=1).
Created attachment 205069 [details] [review] introspection: add missing annotation on gtk_clutter_init_with_args
the argv array is not zero terminated: its length is the argc argument - see also: clutter_init(): http://git.gnome.org/browse/clutter/tree/clutter/clutter-main.c#n2031 gtk_init(): http://git.gnome.org/browse/gtk+/tree/gtk/gtkmain.c#n1001
ugh, sorry: I should get a stronger coffee.
Review of attachment 205069 [details] [review]: looks good to me.