GNOME Bugzilla – Bug 362035
reduce relocations
Last modified: 2007-01-18 12:04:18 UTC
by not making GTypeInfo/GInterfaceInfo unneccessarily static.
Created attachment 74661 [details] [review] patch
* 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.