mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-01 19:46:53 +02:00
Improve comment.
svn path=/trunk/; revision=7319
This commit is contained in:
parent
3512e4f63d
commit
cbdec287ce
11
configure.in
11
configure.in
@ -2951,11 +2951,12 @@ _______EOF
|
|||||||
|
|
||||||
#define G_MODULE_SUFFIX "$g_module_suffix"
|
#define G_MODULE_SUFFIX "$g_module_suffix"
|
||||||
|
|
||||||
/* A GPid is an abstraction for a process "handle". It is *not* a
|
/* A GPid is an abstraction for a process "handle". It is *not* an abstraction for
|
||||||
* process identifier, the type that getpid() returns. GPid is used in
|
* a process identifier in general. GPid is used in GLib only for
|
||||||
* GLib only in gspawn.h and gmain.h. On POSIX there are no "handles"
|
* descendant processes spawned with the g_spawn* functions. On POSIX
|
||||||
* as such, but on Windows a GPid is a handle to a process, a kind of
|
* there is no "process handle" concept as such, but on Windows a GPid
|
||||||
* pointer, not a process identifier.
|
* is a handle to a process, a kind of pointer, not a process
|
||||||
|
* identifier.
|
||||||
*/
|
*/
|
||||||
typedef $g_pid_type GPid;
|
typedef $g_pid_type GPid;
|
||||||
|
|
||||||
|
@ -241,11 +241,12 @@ union _GSystemThread
|
|||||||
|
|
||||||
#define G_MODULE_SUFFIX "dll"
|
#define G_MODULE_SUFFIX "dll"
|
||||||
|
|
||||||
/* A GPid is an abstraction for a process "handle". It is *not* a
|
/* A GPid is an abstraction for a process "handle". It is *not* an abstraction for
|
||||||
* process identifier, the type that getpid() returns. GPid is used in
|
* a process identifier in general. GPid is used in GLib only for
|
||||||
* GLib only in gspawn.h and gmain.h. On POSIX there are no "handles"
|
* descendant processes spawned with the g_spawn* functions. On POSIX
|
||||||
* as such, but on Windows a GPid is a handle to a process, a kind of
|
* there is no "process handle" concept as such, but on Windows a GPid
|
||||||
* pointer, not a process identifier.
|
* is a handle to a process, a kind of pointer, not a process
|
||||||
|
* identifier.
|
||||||
*/
|
*/
|
||||||
typedef void * GPid;
|
typedef void * GPid;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user