Don't put documentation in glibconfig.h
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2011 21:22:13 +0000 (16:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2011 21:22:13 +0000 (16:22 -0500)
configure.ac
glib/gmain.h

index 7392b19..95a3795 100644 (file)
@@ -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
index e24d6f5..498e108 100644 (file)
@@ -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.
  */
 
 /**