Remove g_type_init() calls
authorRyan Lortie <desrt@desrt.ca>
Mon, 15 Oct 2012 16:00:51 +0000 (12:00 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 16 Oct 2012 13:39:24 +0000 (09:39 -0400)
commit1dc774a653e992e1153fbed16f90097fa8db467f
tree29b661c8787cf6aebf12c1393f4fd24b3a43dd4a
parent7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec
Remove g_type_init() calls

Very many testcases, some GLib tools (resource compiler, etc) and
GApplication were calling g_type_init().

Remove those uses, as they are no longer required.

https://bugzilla.gnome.org/show_bug.cgi?id=686161
136 files changed:
gio/gapplication.c
gio/gdbus-tool.c
gio/gdbusaddress.c
gio/gio-querymodules.c
gio/glib-compile-resources.c
gio/gresource-tool.c
gio/gsettings-tool.c
gio/tests/actions.c
gio/tests/appinfo.c
gio/tests/async-close-output-stream.c
gio/tests/buffered-input-stream.c
gio/tests/buffered-output-stream.c
gio/tests/cancellable.c
gio/tests/contenttype.c
gio/tests/contexts.c
gio/tests/converter-stream.c
gio/tests/data-input-stream.c
gio/tests/data-output-stream.c
gio/tests/desktop-app-info.c
gio/tests/echo-server.c
gio/tests/file.c
gio/tests/fileattributematcher.c
gio/tests/filter-cat.c
gio/tests/filter-streams.c
gio/tests/g-file-info.c
gio/tests/g-file.c
gio/tests/g-icon.c
gio/tests/gapplication-example-cmdline2.c
gio/tests/gapplication-example-dbushooks.c
gio/tests/gapplication.c
gio/tests/gdbus-addresses.c
gio/tests/gdbus-auth.c
gio/tests/gdbus-bz627724.c
gio/tests/gdbus-close-pending.c
gio/tests/gdbus-connection-flush-helper.c
gio/tests/gdbus-connection-flush.c
gio/tests/gdbus-connection-loss.c
gio/tests/gdbus-connection-slow.c
gio/tests/gdbus-connection.c
gio/tests/gdbus-daemon.c
gio/tests/gdbus-error.c
gio/tests/gdbus-example-export.c
gio/tests/gdbus-example-objectmanager-client.c
gio/tests/gdbus-example-objectmanager-server.c
gio/tests/gdbus-example-own-name.c
gio/tests/gdbus-example-peer.c
gio/tests/gdbus-example-server.c
gio/tests/gdbus-example-subtree.c
gio/tests/gdbus-example-unix-fd-client.c
gio/tests/gdbus-example-watch-name.c
gio/tests/gdbus-example-watch-proxy.c
gio/tests/gdbus-exit-on-close.c
gio/tests/gdbus-export.c
gio/tests/gdbus-introspection.c
gio/tests/gdbus-message.c
gio/tests/gdbus-names.c
gio/tests/gdbus-non-socket.c
gio/tests/gdbus-peer.c
gio/tests/gdbus-proxy-threads.c
gio/tests/gdbus-proxy-well-known-name.c
gio/tests/gdbus-proxy.c
gio/tests/gdbus-serialization.c
gio/tests/gdbus-test-codegen.c
gio/tests/gdbus-threading.c
gio/tests/gmenumodel.c
gio/tests/gschema-compile.c
gio/tests/gsettings.c
gio/tests/httpd.c
gio/tests/inet-address.c
gio/tests/io-stream.c
gio/tests/live-g-file.c
gio/tests/memory-input-stream.c
gio/tests/memory-output-stream.c
gio/tests/mimeapps.c
gio/tests/network-address.c
gio/tests/network-monitor.c
gio/tests/permission.c
gio/tests/pollable.c
gio/tests/proxy-test.c
gio/tests/proxy.c
gio/tests/readwrite.c
gio/tests/resolver.c
gio/tests/resources.c
gio/tests/send-data.c
gio/tests/simple-async-result.c
gio/tests/sleepy-stream.c
gio/tests/socket-client.c
gio/tests/socket-server.c
gio/tests/socket.c
gio/tests/srvtarget.c
gio/tests/task.c
gio/tests/tls-certificate.c
gio/tests/tls-interaction.c
gio/tests/unix-fd.c
gio/tests/unix-streams.c
gio/tests/vfs.c
gio/tests/volumemonitor.c
gio/tests/win32-streams.c
gobject/gobject-query.c
gobject/gvalue.c
gobject/testgobject.c
gobject/tests/binding.c
gobject/tests/boxed.c
gobject/tests/dynamictests.c
gobject/tests/enums.c
gobject/tests/ifaceproperties.c
gobject/tests/param.c
gobject/tests/properties.c
gobject/tests/qdata.c
gobject/tests/reference.c
gobject/tests/signals.c
gobject/tests/threadtests.c
gobject/tests/valuearray.c
tests/gio-ls.c
tests/gobject/accumulator.c
tests/gobject/defaultiface.c
tests/gobject/dynamictype.c
tests/gobject/gvalue-test.c
tests/gobject/ifacecheck.c
tests/gobject/ifaceinherit.c
tests/gobject/ifaceinit.c
tests/gobject/override.c
tests/gobject/paramspec-test.c
tests/gobject/performance-threaded.c
tests/gobject/performance.c
tests/gobject/references.c
tests/gobject/singleton.c
tests/refcount/closures.c
tests/refcount/objects.c
tests/refcount/objects2.c
tests/refcount/properties.c
tests/refcount/properties2.c
tests/refcount/properties3.c
tests/refcount/properties4.c
tests/refcount/signals.c
tests/timeloop-closure.c