docs: Remove comment about calling g_type_init()
authorRoss Lagerwall <rosslagerwall@gmail.com>
Sat, 12 Oct 2013 06:13:18 +0000 (08:13 +0200)
committerRyan Lortie <desrt@desrt.ca>
Fri, 18 Oct 2013 14:32:18 +0000 (10:32 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=709966

docs/reference/gio/overview.xml

index 6da4492..dcb1bdb 100644 (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">