Updates
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 May 2006 18:26:45 +0000 (18:26 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 10 May 2006 18:26:45 +0000 (18:26 +0000)
2006-05-10  Matthias Clasen  <mclasen@redhat.com>

* gobject/tmpl/gtype.sgml: Updates

docs/reference/ChangeLog
docs/reference/gobject/tmpl/gtype.sgml

index a02121b..711145c 100644 (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 ===
index 96ae3a9..62551e5 100644 (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 ##### -->