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 696426 - GParamSpecTypeInfo do not need to be static
GParamSpecTypeInfo do not need to be static
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-03-22 22:45 UTC by Nicola Fontana
Modified: 2015-09-13 06:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Drop "static" from GParamSpecTypeInfo (7.52 KB, patch)
2013-03-22 22:47 UTC, Nicola Fontana
committed Details | Review

Description Nicola Fontana 2013-03-22 22:45:19 UTC
While initializing the built-in GParamSpecs in _g_param_spec_types_init(), all the temporary GParamSpecTypeInfo structs are defined as static, hence kept around for no reasons.
Comment 1 Nicola Fontana 2013-03-22 22:47:22 UTC
Created attachment 239592 [details] [review]
Drop "static" from GParamSpecTypeInfo