svn path=/trunk/; revision=5310
This commit is contained in:
Matthias Clasen 2007-01-24 04:13:33 +00:00
parent 3ecf6f3506
commit 62534876c5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-01-23 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Document
g_object_class_override_property as 2.4 addition (#399940,
Ian Turner)
2007-01-17 Behdad Esfahbod <behdad@gnome.org>
* glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY

View File

@ -348,6 +348,7 @@ g_param_spec_get_redirect_target().
@property_id: the new property ID
@name: the name of a property registered in a parent class or
in an interface of this class.
@Since: 2.4
<!-- ##### FUNCTION g_object_interface_install_property ##### -->