mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Fix a typo
svn path=/trunk/; revision=6189
This commit is contained in:
parent
1daa618e05
commit
3d4b7be047
@ -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 ===
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user