mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
typo fix, #451459.
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:
parent
2ef43de2af
commit
90a9f513c3
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user