mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
bits and pieces from gtk-2-12 and gunix*.[hc] to make the file chooser
2008-06-17 Hans Breuer <hans@breuer.org> * gwin32mount.[ch] gwin32volumemonitor.[ch] : bits and pieces from gtk-2-12 and gunix*.[hc] to make the file chooser show drive letter access again on win32, see bug #538127 * giomodule.c : ensure GWin32VolumeMonitor is registered * glocaldireoctorymonitor.c : initial state on win32 is_mounted=TRUE * Makefile.am makefile.msc : updated svn path=/trunk/; revision=7055
This commit is contained in:
@@ -292,6 +292,7 @@ extern GType _g_inotify_file_monitor_get_type (void);
|
||||
extern GType _g_unix_volume_monitor_get_type (void);
|
||||
extern GType _g_local_vfs_get_type (void);
|
||||
|
||||
extern GType _g_win32_volume_monitor_get_type (void);
|
||||
extern GType g_win32_directory_monitor_get_type (void);
|
||||
|
||||
void
|
||||
@@ -357,6 +358,7 @@ _g_io_modules_ensure_loaded (void)
|
||||
_g_fen_file_monitor_get_type ();
|
||||
#endif
|
||||
#ifdef G_OS_WIN32
|
||||
_g_win32_volume_monitor_get_type ();
|
||||
g_win32_directory_monitor_get_type ();
|
||||
#endif
|
||||
#ifdef G_OS_UNIX
|
||||
|
Reference in New Issue
Block a user