aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-20 19:49:22 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-20 19:49:22 +0000
commitb387fe837d2defb660bac7a2f3a025cb8ce92463 (patch)
tree92ffa688f298ba14689e38046ccc1b11a026dd4b
parent6533b258e4075b3be1103ca700d55d2eb602249d (diff)
Explain in more detail the split between the stuff in ui_util.h and in
gtk/gui_utils.h. svn path=/trunk/; revision=15482
-rw-r--r--gtk/gui_utils.c6
-rw-r--r--gtk/gui_utils.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index c6ee544775..b1ae730fe7 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -1,5 +1,7 @@
-/* ui_util.c
- * UI utility routines
+/* gui_utils.c
+ * UI utility routines, some GTK+-specific (declared in gtk/gui_utils.h)
+ * and some with GUI-independent APIs, with this file containing the GTK+
+ * implementations of them (declared in ui_util.h)
*
* $Id$
*
diff --git a/gtk/gui_utils.h b/gtk/gui_utils.h
index 3a004b6b00..07b01e284c 100644
--- a/gtk/gui_utils.h
+++ b/gtk/gui_utils.h
@@ -1,5 +1,5 @@
/* gui_utils.h
- * Definitions for UI utility routines
+ * Declarations of GTK+-specific UI utility routines
*
* $Id$
*