Re: [gtkmm] GLIBMM dispatcher comment
- From: "Andrew E. Makeev" <andrew solvo ru>
- To: murrayc usa net
- Cc: gtkmm-main <gtkmm-list gnome org>
- Subject: Re: [gtkmm] GLIBMM dispatcher comment
- Date: Fri, 13 Sep 2002 17:42:16 +0400
Murray Cumming wrote:
> Please add patches to bugzilla.
>
> On Fri, 2002-09-13 at 12:23, Andrew E. Makeev wrote:
> > void fd_set_close_on_exec(int fd)
> > {
> > #ifndef G_OS_WIN32
> > const int flags = fcntl(fd, F_GETFD, 0);
> > g_return_if_fail(flags >= 0);
> >
> > fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
> > #endif
> > }
> >
no, wait... the dispatcher is not functional on WIN32 for now...
We gonna find the problem first, if it is possible at all...
Regards,
-andrew
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]