After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604617 - Cleanup make_native_closure() prototype.
Cleanup make_native_closure() prototype.
Status: RESOLVED FIXED
Product: seed
Classification: Bindings
Component: libseed
git master
Other Linux
: Normal normal
: ---
Assigned To: seed-maint
Depends on:
Blocks:
 
 
Reported: 2009-12-15 13:43 UTC by Steve Frécinaux
Modified: 2009-12-16 04:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove unused "arg_type" argument in make_native_closure. (2.50 KB, patch)
2009-12-15 13:43 UTC, Steve Frécinaux
none Details | Review
Remove arg_info param from seed_gi_make_argument(). (3.99 KB, patch)
2009-12-15 13:43 UTC, Steve Frécinaux
committed Details | Review
Remove unused "arg_type" argument in make_native_closure. (2.68 KB, patch)
2009-12-15 13:52 UTC, Steve Frécinaux
committed Details | Review

Description Steve Frécinaux 2009-12-15 13:43:15 UTC
Patches follow.
Comment 1 Steve Frécinaux 2009-12-15 13:43:32 UTC
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.
Comment 2 Steve Frécinaux 2009-12-15 13:43:45 UTC
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.
Comment 3 Steve Frécinaux 2009-12-15 13:52:35 UTC
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.