Fix warnings

2007-12-05  Alexander Larsson  <alexl@redhat.com>

        * gdatainputstream.c:
	Fix warnings
	
        * gio.symbols:
        * giomodule.[ch]
        * glocaldirectorymonitor.c:
        * glocalfilemonitor.c:
        * gunionvolumemonitor.c:
        * gvfs.c:
	Make g_io_modules_ensure_loaded a private function and
	don't pass in the dirname. This means we can do magic
	directory finding in the win32 version.
	Export the actual load-modules-in-directory code so that
	gvfs can reuse that.


svn path=/trunk/; revision=6050
This commit is contained in:
Alexander Larsson
2007-12-05 11:05:49 +00:00
committed by Alexander Larsson
parent 510d4ec634
commit 4f039bd490
9 changed files with 47 additions and 31 deletions

View File

@@ -220,7 +220,7 @@ get_default_vfs (gpointer arg)
local_type = casted_get_type ();
/* Ensure vfs in modules loaded */
g_io_modules_ensure_loaded (GIO_MODULE_DIR);
_g_io_modules_ensure_loaded ();
vfs_impls = g_type_children (G_TYPE_VFS, &n_vfs_impls);