mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Output comment clarifying GPid semantics to glibconfig.h.
2008-08-07 Tor Lillqvist <tml@novell.com> * configure.in: Output comment clarifying GPid semantics to glibconfig.h. * glibconfig.h.win32.in: Ditto here. svn path=/trunk/; revision=7317
This commit is contained in:
committed by
Tor Lillqvist
parent
4bd7cc6ad7
commit
c13b9d5d63
@@ -241,6 +241,12 @@ union _GSystemThread
|
||||
|
||||
#define G_MODULE_SUFFIX "dll"
|
||||
|
||||
/* A GPid is an abstraction for a process "handle". It is *not* a
|
||||
* process identifier, the type that getpid() returns. GPid is used in
|
||||
* GLib only in gspawn.h and gmain.h. On POSIX there are no "handles"
|
||||
* as such, but on Windows a GPid is a handle to a process, a kind of
|
||||
* pointer, not a process identifier.
|
||||
*/
|
||||
typedef void * GPid;
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user