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
This commit is contained in:
Tim Janik 2007-06-27 09:43:53 +00:00 committed by Tim Janik
parent 2ef43de2af
commit 90a9f513c3
2 changed files with 5 additions and 1 deletions

View 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

View 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.