Fix a typo

svn path=/trunk/; revision=6189
This commit is contained in:
Matthias Clasen 2007-12-23 02:57:57 +00:00
parent 1daa618e05
commit 3d4b7be047
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-22 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gtypemodule.sgml: Fix a typo
2007-12-20 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.0 ===

View File

@ -279,7 +279,7 @@ gtk_gadget_register_type (GTypeModule *type_module)
@type_name: The name of the new type, in lowercase, with words
separated by '_'.
@TYPE_PARENT: The #GType of the parent type.
@flags: #GTypeFlags to pass to g_type_register_static()
@flags: #GTypeFlags to pass to g_type_module_register_type()
@CODE: Custom code that gets inserted in the *_get_type() function.
@Since: 2.14