diff options
author | Tim Janik <timj@src.gnome.org> | 1998-03-08 10:41:48 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-08 10:41:48 +0000 |
commit | 77ff63f7e71f901ceba6edbf0c7ed8d703d1f0f7 (patch) | |
tree | 4e0ca271dda31402801f0152ffc6334567501c9c /gtk/gtkobject.h | |
parent | 5fa1bfcf45f3789b3023d610765f8b18db022da3 (diff) | |
download | gtk+-77ff63f7e71f901ceba6edbf0c7ed8d703d1f0f7.tar.gz |
typos and warning fixes.
-timj
Diffstat (limited to 'gtk/gtkobject.h')
-rw-r--r-- | gtk/gtkobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index ef77a91db6..4897196012 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -294,7 +294,7 @@ void gtk_object_remove_data (GtkObject *object, const gchar *key); /* Set the "user_data" object data field of "object". It should - * be noted that this is no different than calling 'gtk_object_data_add' + * be noted that this is no different than calling 'gtk_object_set_data' * with a key of "user_data". It is merely provided as a convenience. */ void gtk_object_set_user_data (GtkObject *object, |