mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Don't put documentation in glibconfig.h
This commit is contained in:
parent
31f0ad3f35
commit
8cea99741b
@ -3160,13 +3160,6 @@ _______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.
|
||||
*/
|
||||
typedef $g_pid_type GPid;
|
||||
|
||||
#define GLIB_SYSDEF_AF_UNIX $g_af_unix
|
||||
|
@ -119,6 +119,9 @@ typedef struct _GSourceFuncs GSourceFuncs;
|
||||
*
|
||||
* On UNIX, processes are identified by a process id (an integer),
|
||||
* while Windows uses process handles (which are pointers).
|
||||
*
|
||||
* GPid is used in GLib only for descendant processes spawned with
|
||||
* the g_spawn functions.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user