mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)
2005-12-29 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (glib_check_version): Fix a copy-and-paste error in the docs. (#325273, Declan Naughton)
This commit is contained in:
committed by
Matthias Clasen
parent
87a57aa6b2
commit
fd73fead6f
@@ -122,8 +122,8 @@ G_WIN32_DLLMAIN_FOR_DLL_NAME (static, dll_name)
|
||||
/**
|
||||
* glib_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 GLib library in use is compatible with the
|
||||
* given version. Generally you would pass in the constants
|
||||
|
Reference in New Issue
Block a user