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:
Matthias Clasen
2005-12-30 02:09:56 +00:00
committed by Matthias Clasen
parent 42c51f8519
commit 017584f9d3
4 changed files with 17 additions and 2 deletions

View File

@@ -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-26 Matthias Clasen <mclasen@redhat.com> 2005-12-26 Matthias Clasen <mclasen@redhat.com>
* AUTHORS: Update my email * AUTHORS: Update my email

View File

@@ -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-26 Matthias Clasen <mclasen@redhat.com> 2005-12-26 Matthias Clasen <mclasen@redhat.com>
* AUTHORS: Update my email * AUTHORS: Update my email

View File

@@ -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-26 Matthias Clasen <mclasen@redhat.com> 2005-12-26 Matthias Clasen <mclasen@redhat.com>
* AUTHORS: Update my email * AUTHORS: Update my email

View File

@@ -122,8 +122,8 @@ G_WIN32_DLLMAIN_FOR_DLL_NAME (static, dll_name)
/** /**
* glib_check_version: * glib_check_version:
* @required_major: the required major version. * @required_major: the required major version.
* @required_minor: the required major version. * @required_minor: the required minor version.
* @required_micro: the required major version. * @required_micro: the required micro version.
* *
* Checks that the GLib library in use is compatible with the * Checks that the GLib library in use is compatible with the
* given version. Generally you would pass in the constants * given version. Generally you would pass in the constants