summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-21 21:21:02 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-21 21:21:02 +0000
commit997868b7e2c492c7cd0ee3b83b5f88efec77fc03 (patch)
treec94cfdb69866e36f25f672ac3bdb789ad668a28e /gtk/gtkitemfactory.c
parent5d9b2ed63f0f779c44849f01c794cb0b6fe6aced (diff)
downloadgtk+-997868b7e2c492c7cd0ee3b83b5f88efec77fc03.tar.gz
Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This
Fri Jan 21 16:16:29 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc take a const string argument like GtkTranslateFunc. This will require changes in use code.
Diffstat (limited to 'gtk/gtkitemfactory.c')
-rw-r--r--gtk/gtkitemfactory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c
index 8f73b8b6c0..c47ee8d278 100644
--- a/gtk/gtkitemfactory.c
+++ b/gtk/gtkitemfactory.c
@@ -778,8 +778,8 @@ gtk_item_factory_dump_items (GtkPatternSpec *path_pspec,
}
void
-gtk_item_factory_print_func (gpointer FILE_pointer,
- gchar *string)
+gtk_item_factory_print_func (gpointer FILE_pointer,
+ const gchar *string)
{
FILE *f_out = FILE_pointer;