mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01: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:
parent
87a57aa6b2
commit
fd73fead6f
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
|
||||
|
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user