gio: Rename GNetworkMonitorWindows to GWin32NetworkMonitor

This makes it more consistent with other GWin32* objects. No functional
changes.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://bugzilla.gnome.org/show_bug.cgi?id=685442
This commit is contained in:
Philip Withnall
2018-01-17 12:58:40 +00:00
parent ba976f13b6
commit 3787e42932
3 changed files with 52 additions and 52 deletions

View File

@@ -964,7 +964,7 @@ extern GType g_cocoa_notification_backend_get_type (void);
#ifdef G_PLATFORM_WIN32
#include <windows.h>
extern GType _g_network_monitor_windows_get_type (void);
extern GType _g_win32_network_monitor_get_type (void);
static HMODULE gio_dll = NULL;
@@ -1182,7 +1182,7 @@ _g_io_modules_ensure_loaded (void)
g_type_ensure (_g_network_monitor_nm_get_type ());
#endif
#ifdef G_OS_WIN32
g_type_ensure (_g_network_monitor_windows_get_type ());
g_type_ensure (_g_win32_network_monitor_get_type ());
#endif
}