From: Tim Janik Date: Wed, 27 Jun 2007 09:43:53 +0000 (+0000) Subject: typo fix, #451459. X-Git-Tag: GLIB_2_13_6~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90a9f513c3e871db6704f128e0cb214adc6f6ad6;p=platform%2Fupstream%2Fglib.git typo fix, #451459. Wed Jun 27 11:43:01 2007 Tim Janik * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459. svn path=/trunk/; revision=5588 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 28578b7..9ba2573 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 27 11:43:01 2007 Tim Janik + + * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459. + 2007-06-23 Emmanuele Bassi * glib/tmpl/memory.sgml: Add a clarification about pairing the diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 26dfbd4..75bc872 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -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(). @parent_type: Type from which this type will be derived.