mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
Don't put documentation in glibconfig.h
This commit is contained in:
@@ -3160,13 +3160,6 @@ _______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* 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;
|
typedef $g_pid_type GPid;
|
||||||
|
|
||||||
#define GLIB_SYSDEF_AF_UNIX $g_af_unix
|
#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),
|
* On UNIX, processes are identified by a process id (an integer),
|
||||||
* while Windows uses process handles (which are pointers).
|
* while Windows uses process handles (which are pointers).
|
||||||
|
*
|
||||||
|
* GPid is used in GLib only for descendant processes spawned with
|
||||||
|
* the g_spawn functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user