Mark the last paragraph of the docs as Windows-specific. (#169433)

2005-03-07  Matthias Clasen  <mclasen@redhat.com>

	* glib/gutils.c (g_find_program_in_path): Mark the last
	paragraph of the docs as Windows-specific.  (#169433)
This commit is contained in:
Matthias Clasen 2005-03-07 13:49:24 +00:00 committed by Matthias Clasen
parent 0d0698b9cc
commit 44c788a9d0
5 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-03-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c: Add G_GNUC_PRINTF attribute

View File

@ -1,3 +1,8 @@
2005-03-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c: Add G_GNUC_PRINTF attribute

View File

@ -1,3 +1,8 @@
2005-03-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c: Add G_GNUC_PRINTF attribute

View File

@ -1,3 +1,8 @@
2005-03-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_find_program_in_path): Mark the last
paragraph of the docs as Windows-specific. (#169433)
2005-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c: Add G_GNUC_PRINTF attribute

View File

@ -313,9 +313,9 @@ g_find_program_in_path (const gchar *program)
*
* On Windows, if @program does not have a file type suffix, tries
* with the suffixes .exe, .cmd, .bat and .com, and the suffixes in
* the <envar>PATHEXT</envar> environment variable.
*
* It looks for the file in the same way as CreateProcess()
* the <envar>PATHEXT</envar> environment variable.
*
* On Windows, it looks for the file in the same way as CreateProcess()
* would. This means first in the directory where the executing
* program was loaded from, then in the current directory, then in the
* Windows 32-bit system directory, then in the Windows directory, and