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 a02121b1237aa2ca95c8825c64b0d545fad75e8d..711145cddeb00ff709eef534f79ea30f11d94081 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 96ae3a952aab1aec2ffb0c50cfa29ff751d354c5..62551e585615370c3eabfda28b07f242b2b25fac 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 ##### -->