tests: Remove g_type_init() calls
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 30 Sep 2015 16:41:36 +0000 (17:41 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 1 Oct 2015 08:20:34 +0000 (09:20 +0100)
commitdac3e280d6f3fd792f1d79313debd03c0df282c4
treec43b4d76620f3d1579cbb768a52e595f3bab8a4d
parentfae0f9d37c6e34f34c92dee85384c29e565bdbce
tests: Remove g_type_init() calls

We depend on GLib 2.36.0, which deprecated g_type_init() since GType
initialisation is now done automatically.

Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com>
Differential Revision: https://phabricator.freedesktop.org/D296
26 files changed:
docs/design.txt
examples/sdp-example.c
examples/simple-example.c
examples/threaded-example.c
tests/test-add-remove-stream.c
tests/test-bsd.c
tests/test-build-io-stream.c
tests/test-credentials.c
tests/test-dribble.c
tests/test-fallback.c
tests/test-fullmode.c
tests/test-icetcp.c
tests/test-io-stream-cancelling.c
tests/test-io-stream-closing-read.c
tests/test-io-stream-closing-write.c
tests/test-io-stream-pollable.c
tests/test-io-stream-thread.c
tests/test-mainloop.c
tests/test-new-dribble.c
tests/test-pseudotcp-fuzzy.c
tests/test-pseudotcp.c
tests/test-restart.c
tests/test-send-recv.c
tests/test-tcp.c
tests/test-thread.c
tests/test.c