typo fix, #451459.
authorTim Janik <timj@gtk.org>
Wed, 27 Jun 2007 09:43:53 +0000 (09:43 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 27 Jun 2007 09:43:53 +0000 (09:43 +0000)
Wed Jun 27 11:43:01 2007  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459.

svn path=/trunk/; revision=5588

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

index 28578b7..9ba2573 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun 27 11:43:01 2007  Tim Janik  <timj@gtk.org>
+
+       * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459.
+
 2007-06-23  Emmanuele Bassi  <ebassi@gnome.org>
 
        * glib/tmpl/memory.sgml: Add a clarification about pairing the
index 26dfbd4..75bc872 100644 (file)
@@ -1235,7 +1235,7 @@ instances (if not abstract).  The value of @flags determines the nature
 Registers @type_name as the name of a new static type derived from
 @parent_type.  The value of @flags determines the nature (e.g. 
 abstract or not) of the type. It works by filling a #GTypeInfo 
-struct and calling g_type_info_register_static().
+struct and calling g_type_register_static().
 </para>
 
 @parent_type:  Type from which this type will be derived.