2006-05-10  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/gtype.sgml: Updates
This commit is contained in:
Matthias Clasen 2006-05-10 18:26:45 +00:00 committed by Matthias Clasen
parent e4f8f3b95c
commit 530b06b7e5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-05-10 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gtype.sgml: Updates
2006-05-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.0 ===

View File

@ -838,8 +838,8 @@ class conforms.
@instance_class: A #GTypeClass structure.
@iface_type: An interface ID which this class conforms to.
@Returns: The #GTypeInterface structure of @iface_type, or %NULL if the
class is not instantiated.
@Returns: The GTypeInterface structure of iface_type if implemented
by @instance_class, %NULL otherwise
<!-- ##### FUNCTION g_type_interface_peek_parent ##### -->