GNOME Bugzilla – Bug 628999
Adjust to change in the indexing of destroy/closure parameters
Last modified: 2010-09-07 21:53:34 UTC
gobject-introspection has been changed so that g_arg_info_get_closure() and g_arg_info_get_destroy() now count from the first parameter for both functions and methods; the indexes never include 'self'.
Created attachment 169712 [details] [review] Adjust to change in the indexing of destroy/closure parameters
Looks great, sorry about not communicating this change more clearly.