[the-board] [tb] Rename tb-file-util.[ch] to tb-gio-util.[ch] for clarity



commit e48353198941a4f08c1b471c6fcd5b01f2ebc763
Author: Lucas Rocha <lucasr litl com>
Date:   Thu Nov 18 20:39:19 2010 +0000

    [tb] Rename tb-file-util.[ch] to tb-gio-util.[ch] for clarity

 src/Makefile-tb.am                       |    4 ++--
 src/tb/{tb-file-util.c => tb-gio-util.c} |    2 +-
 src/tb/{tb-file-util.h => tb-gio-util.h} |    0
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile-tb.am b/src/Makefile-tb.am
index 3a0d5a6..330bc52 100644
--- a/src/Makefile-tb.am
+++ b/src/Makefile-tb.am
@@ -16,13 +16,13 @@ THE_BOARD_STAMP_FILES = stamp-tb-marshal.h stamp-tb-enum-types.h
 
 tb_source_h = \
     tb/tb-box.h \
-    tb/tb-file-util.h \
+    tb/tb-gio-util.h \
     tb/tb-gdk-util.h \
     tb/tb-gobject-util.h
 
 tb_source_c = \
     tb/tb-box.c \
-    tb/tb-file-util.c \
+    tb/tb-gio-util.c \
     tb/tb-gdk-util.c \
     tb/tb-gobject-util.c
 
diff --git a/src/tb/tb-file-util.c b/src/tb/tb-gio-util.c
similarity index 98%
rename from src/tb/tb-file-util.c
rename to src/tb/tb-gio-util.c
index a8763d5..1c327af 100644
--- a/src/tb/tb-file-util.c
+++ b/src/tb/tb-gio-util.c
@@ -2,7 +2,7 @@
 #include <glib.h>
 #include <gio/gio.h>
 
-#include "tb/tb-file-util.h"
+#include "tb/tb-gio-util.h"
 
 /* This is a workaround to force file contents arg in
  * g_file_replace_contents_async to be marshaled as a
diff --git a/src/tb/tb-file-util.h b/src/tb/tb-gio-util.h
similarity index 100%
rename from src/tb/tb-file-util.h
rename to src/tb/tb-gio-util.h



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