GNOME Bugzilla – Bug 604617
Cleanup make_native_closure() prototype.
Last modified: 2009-12-16 04:17:21 UTC
Patches follow.
Created attachment 149764 [details] [review] Remove unused "arg_type" argument in make_native_closure. This argument is kept around in the closure but isn't used anywhere, so let's just drop it.
Created attachment 149765 [details] [review] Remove arg_info param from seed_gi_make_argument(). This arg_info value was only used when triggering make_native_closure(), and was even set to NULL in most calls of this function, so let's just remove it.
Created attachment 149769 [details] [review] Remove unused "arg_type" argument in make_native_closure. This argument is kept around in the closure but isn't used anywhere, so let's just drop it.