added a link to the fgloating reference docs in the 2.10 release NEWS

Tue Dec 13 09:47:20 2005  Tim Janik  <timj@gtk.org>

        * README.in: added a link to the fgloating reference docs in the
        2.10 release NEWS section.
This commit is contained in:
Tim Janik 2005-12-13 08:48:02 +00:00 committed by Tim Janik
parent a1577e964c
commit 0eec1a1b88
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>
* README.in: added a link to the fgloating reference docs in the
2.10 release NEWS section.
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index):

View File

@ -1,3 +1,8 @@
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>
* README.in: added a link to the fgloating reference docs in the
2.10 release NEWS section.
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index):

View File

@ -45,8 +45,9 @@ Release notes for 2.10
* GtkObject now uses the "floating reference" support in GObject.
GTK_OBJECT_IS_FLOATING() will still work, but direct checking
of the GTK_FLOATING flag will no longer detect the floating
reference.
reference. Details about floating references can be found in the docs:
http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref
Release notes
=============