Fix minor typo in docs. (#378632, Hannes Mueller)
2006-11-23 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
This commit is contained in:

committed by
Behdad Esfahbod

parent
25d1ebc374
commit
ddf72dc50a
@ -1,3 +1,7 @@
|
||||
2006-11-23 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
|
||||
|
||||
2006-11-22 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtkrecentmanager.c:
|
||||
|
@ -167,8 +167,8 @@ static const GDebugKey gtk_debug_keys[] = {
|
||||
/**
|
||||
* gtk_check_version:
|
||||
* @required_major: the required major version.
|
||||
* @required_minor: the required major version.
|
||||
* @required_micro: the required major version.
|
||||
* @required_minor: the required minor version.
|
||||
* @required_micro: the required micro version.
|
||||
*
|
||||
* Checks that the GTK+ library in use is compatible with the
|
||||
* given version. Generally you would pass in the constants
|
||||
|
Reference in New Issue
Block a user