mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user