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 320253 - Use G_MODULE_BIND_LAZY when dlopening modules
Use G_MODULE_BIND_LAZY when dlopening modules
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Extension Library
0.x.x [obsolete]
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-30 18:37 UTC by Emmanuele Bassi (:ebassi)
Modified: 2005-11-22 14:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.22 KB, patch)
2005-10-30 18:38 UTC, Emmanuele Bassi (:ebassi)
none Details | Review

Description Emmanuele Bassi (:ebassi) 2005-10-30 18:37:41 UTC
As for bug #319557

Nautilus should use G_MODULE_BIND_LAZY when loading modules; this should enhance
performance when loading plugins.

Patch follows.
Comment 1 Emmanuele Bassi (:ebassi) 2005-10-30 18:38:24 UTC
Created attachment 54096 [details] [review]
proposed patch
Comment 2 Sebastien Bacher 2005-11-13 15:25:34 UTC
Thanks for your bug. Could you send your patch on the nautilus list? maintainers
usually comment on patches on it
Comment 3 Alexander Larsson 2005-11-22 14:57:54 UTC
I commited this. Thanks.