summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-30 17:41:36 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-10-01 09:20:34 +0100
commitdac3e280d6f3fd792f1d79313debd03c0df282c4 (patch)
treec43b4d76620f3d1579cbb768a52e595f3bab8a4d /docs
parentfae0f9d37c6e34f34c92dee85384c29e565bdbce (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/design.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/design.txt b/docs/design.txt
index 4f43724..6a3bf12 100644
--- a/docs/design.txt
+++ b/docs/design.txt
@@ -90,7 +90,6 @@ NiceAgent GObject interface defined in 'nice/agent.h'.
The rough order of control follow is as follows:
-- client should initialize glib with g_type_init()
- creation of NiceAgent object instance
- setting agent properties such as STUN and TURN server addresses
- connecting the GObject signals with g_signal_connect() to application