diff options
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, |