mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 04:36:17 +01:00
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:
parent
0d0698b9cc
commit
44c788a9d0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -315,7 +315,7 @@ g_find_program_in_path (const gchar *program)
|
||||
* 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()
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user