Patch from J. Ali Harlow
authorOwen Taylor <otaylor@redhat.com>
Mon, 1 Mar 2004 20:47:49 +0000 (20:47 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 1 Mar 2004 20:47:49 +0000 (20:47 +0000)
commit38cbfaeb7a2ca063ec600de2220ba1c6796647a4
tree5c41436a9698760a6fd7984a4639bbe08aa05103
parent6c6e41510ae7586ed34c9a6654a4a32d75ccb948
Patch from J. Ali Harlow

Mon Mar  1 15:39:57 2004  Owen Taylor  <otaylor@redhat.com>

       Patch from J. Ali Harlow

        * configure.in: Use void * not HANDLE for GPid on win32.

        * glib/gspawn.[ch] glib/gspawn-win32.[ch] glib/glib.def:
        Add g_spawn_close_pid().

        * glib/gspawn.[ch]: Make g_spawn functions take
        GPid * instead if int * (GPid == int on unix, will
        produce compile warnings until fixed on Win32.)

        * tests/child-test.c: Make the test a little more
        inappropriately verbose.

        * glib/gmain.c: Add some documentation warnings about
        not closing @pid while the source is active.
14 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
docs/reference/glib/glib-sections.txt
glib/glib.def
glib/gmain.c
glib/gspawn-win32.c
glib/gspawn.c
glib/gspawn.h
tests/child-test.c