[glib] gio: Rename gnetworkmonitorwindows to gwin32networkmonitor



commit ba976f13b6d4cae6437e84c7a8d76077ae21ddc1
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Jan 17 12:55:11 2018 +0000

    gio: Rename gnetworkmonitorwindows to gwin32networkmonitor
    
    This makes it more consistent with the other win32 objects in GIO. This
    commit just renames the files; a follow-up commit will rename the
    GObject.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685442

 gio/Makefile.am                                    |    4 ++--
 ...workmonitorwindows.c => gwin32networkmonitor.c} |    2 +-
 ...workmonitorwindows.h => gwin32networkmonitor.h} |    0
 gio/meson.build                                    |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index c000852..d18f4db 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -345,8 +345,8 @@ win32_actual_sources = \
        gwin32outputstream.c \
        gwin32outputstream.h \
        gwin32networking.h \
-       gnetworkmonitorwindows.c \
-       gnetworkmonitorwindows.h \
+       gwin32networkmonitor.c \
+       gwin32networkmonitor.h \
        $(NULL)
 
 win32_more_sources_for_vcproj = \
diff --git a/gio/gnetworkmonitorwindows.c b/gio/gwin32networkmonitor.c
similarity index 99%
rename from gio/gnetworkmonitorwindows.c
rename to gio/gwin32networkmonitor.c
index 369438b..0e38b03 100644
--- a/gio/gnetworkmonitorwindows.c
+++ b/gio/gwin32networkmonitor.c
@@ -28,7 +28,7 @@
 #include <iphlpapi.h>
 #include <stdio.h>
 
-#include "gnetworkmonitorwindows.h"
+#include "gwin32networkmonitor.h"
 #include "ginetaddress.h"
 #include "ginetaddressmask.h"
 #include "ginitable.h"
diff --git a/gio/gnetworkmonitorwindows.h b/gio/gwin32networkmonitor.h
similarity index 100%
rename from gio/gnetworkmonitorwindows.h
rename to gio/gwin32networkmonitor.h
diff --git a/gio/meson.build b/gio/meson.build
index 6d1e081..a72baad 100644
--- a/gio/meson.build
+++ b/gio/meson.build
@@ -388,8 +388,8 @@ else
     'gwin32volumemonitor.c',
     'gwin32inputstream.c',
     'gwin32outputstream.c',
-    'gnetworkmonitorwindows.c',
-    'gnetworkmonitorwindows.h',
+    'gwin32networkmonitor.c',
+    'gwin32networkmonitor.h',
   )
 
   gio_win_rc = configure_file(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]