diff options
author | Tim Janik <timj@gtk.org> | 1998-07-10 11:36:26 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-10 11:36:26 +0000 |
commit | 5edb04999cc63b5fe598ae968cfe29b8f16ccdd3 (patch) | |
tree | a7524c7d9bd06563794c9c529e7c9ceb547954af /ChangeLog.pre-2-8 | |
parent | ab3f4a160797f12334885c4c24223c7027a11a83 (diff) | |
download | gtk+-5edb04999cc63b5fe598ae968cfe29b8f16ccdd3.tar.gz |
strictly check for the associated get/set arg functions. if an arg is
Fri Jul 10 13:29:53 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
(gtk_container_arg_get):
(gtk_container_arg_set):
* gtk/gtkobject.c:
(gtk_object_arg_set):
(gtk_object_arg_get):
strictly check for the associated get/set arg functions. if an
arg is readable or writable, the associated class functions *must*
be provided.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f6b66b97be..4cffa35544 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,15 @@ +Fri Jul 10 13:29:53 1998 Tim Janik <timj@gtk.org> + + * gtk/gtkcontainer.c: + (gtk_container_arg_get): + (gtk_container_arg_set): + * gtk/gtkobject.c: + (gtk_object_arg_set): + (gtk_object_arg_get): + strictly check for the associated get/set arg functions. if an + arg is readable or writable, the associated class functions *must* + be provided. + Fri Jul 10 09:37:50 1998 Tim Janik <timj@gtk.org> * gtk/gtkaccellabel.c (gtk_accel_label_accelerator_width): only take the |