docs: Remove comment about calling g_type_init()

https://bugzilla.gnome.org/show_bug.cgi?id=709966
This commit is contained in:
Ross Lagerwall 2013-10-12 08:13:18 +02:00 committed by Ryan Lortie
parent d157e7fdd7
commit d55180c73b

View File

@ -280,12 +280,6 @@ Gvfs is also heavily distributed and relies on a session bus to be present.
To do so, use the <filename>gio-unix-2.0.pc</filename> file
instead of <filename>gio-2.0.pc</filename>
</para>
<para>
Since GIO is based on GObject, you need to call g_type_init()
before you can use any GIO functions. If your application uses
GTK+, this is already taken care of by gtk_init().
</para>
</chapter>
<chapter id="running-gio-apps">