Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.c

Modified Files:
 	gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.c
 	gtknotebook.h gtkrc.c gtkrc.h
 add const in some useful places
This commit is contained in:
jaycox
1998-11-23 13:53:25 +00:00
parent 72bd1c5859
commit 47b3584d36
8 changed files with 36 additions and 36 deletions

View File

@ -1359,7 +1359,7 @@ gtk_rc_parse_bg_pixmap (GScanner *scanner,
gchar*
gtk_rc_find_pixmap_in_path (GScanner *scanner,
gchar *pixmap_file)
const gchar *pixmap_file)
{
gint i;
gint fd;
@ -1392,7 +1392,7 @@ gtk_rc_find_pixmap_in_path (GScanner *scanner,
gchar*
gtk_rc_find_module_in_path (GScanner *scanner,
gchar *module_file)
const gchar *module_file)
{
gint i;
gint fd;