mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Improve comment.
svn path=/trunk/; revision=7320
This commit is contained in:
parent
cbdec287ce
commit
8f9f27734b
12
configure.in
12
configure.in
@ -2951,12 +2951,12 @@ _______EOF
|
||||
|
||||
#define G_MODULE_SUFFIX "$g_module_suffix"
|
||||
|
||||
/* A GPid is an abstraction for a process "handle". It is *not* an abstraction for
|
||||
* a process identifier in general. GPid is used in GLib only for
|
||||
* descendant processes spawned with the g_spawn* functions. On POSIX
|
||||
* there is no "process handle" concept as such, but on Windows a GPid
|
||||
* is a handle to a process, a kind of pointer, not a process
|
||||
* identifier.
|
||||
/* A GPid is an abstraction for a process "handle". It is *not* an
|
||||
* abstraction for a process identifier in general. GPid is used in
|
||||
* GLib only for descendant processes spawned with the g_spawn*
|
||||
* functions. On POSIX there is no "process handle" concept as such,
|
||||
* but on Windows a GPid is a handle to a process, a kind of pointer,
|
||||
* not a process identifier.
|
||||
*/
|
||||
typedef $g_pid_type GPid;
|
||||
|
||||
|
@ -241,12 +241,12 @@ union _GSystemThread
|
||||
|
||||
#define G_MODULE_SUFFIX "dll"
|
||||
|
||||
/* A GPid is an abstraction for a process "handle". It is *not* an abstraction for
|
||||
* a process identifier in general. GPid is used in GLib only for
|
||||
* descendant processes spawned with the g_spawn* functions. On POSIX
|
||||
* there is no "process handle" concept as such, but on Windows a GPid
|
||||
* is a handle to a process, a kind of pointer, not a process
|
||||
* identifier.
|
||||
/* A GPid is an abstraction for a process "handle". It is *not* an
|
||||
* abstraction for a process identifier in general. GPid is used in
|
||||
* GLib only for descendant processes spawned with the g_spawn*
|
||||
* functions. On POSIX there is no "process handle" concept as such,
|
||||
* but on Windows a GPid is a handle to a process, a kind of pointer,
|
||||
* not a process identifier.
|
||||
*/
|
||||
typedef void * GPid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user