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 362035 - reduce relocations
reduce relocations
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
cvs (head)
Other Linux
: Normal minor
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-13 21:50 UTC by Christian Persch
Modified: 2007-01-18 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (3.53 KB, patch)
2006-10-13 21:56 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2006-10-13 21:50:55 UTC
by not making GTypeInfo/GInterfaceInfo unneccessarily static.
Comment 1 Christian Persch 2006-10-13 21:56:53 UTC
Created attachment 74661 [details] [review]
patch
Comment 2 Christian Persch 2007-01-18 12:04:18 UTC
        * libgnomevfs/gnome-vfs-drive.c: (gnome_vfs_drive_get_type):
        * libgnomevfs/gnome-vfs-volume-monitor-client.c:
        (gnome_vfs_volume_monitor_client_get_type):
        * libgnomevfs/gnome-vfs-volume-monitor-daemon.c:
        (gnome_vfs_volume_monitor_daemon_get_type):
        * libgnomevfs/gnome-vfs-volume-monitor.c:
        (gnome_vfs_volume_monitor_get_type):
        * libgnomevfs/gnome-vfs-volume.c: (gnome_vfs_volume_get_type): No need
        to make GTypeInfo static. Bug #362035.