mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Alexander Larsson
parent
510d4ec634
commit
4f039bd490
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user