After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 99796 - An API to access standard streams
An API to access standard streams
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: (other)
2.0.x
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-28 08:32 UTC by Giovanni Corriga
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
source code for the new functions (6.82 KB, text/plain)
2002-11-28 08:35 UTC, Giovanni Corriga
  Details
header file (1.68 KB, text/plain)
2002-11-28 08:36 UTC, Giovanni Corriga
  Details
Patch to gnome-vfs-utils.h (838 bytes, patch)
2002-11-29 14:20 UTC, Giovanni Corriga
none Details | Review
gnome-vfs-filedes.c (8.26 KB, patch)
2002-11-29 14:21 UTC, Giovanni Corriga
none Details | Review
Patch to gnome-vfs-utils.h (859 bytes, patch)
2002-12-02 23:13 UTC, Giovanni Corriga
none Details | Review
gnome-vfs-filedes.c (9.16 KB, text/plain)
2002-12-02 23:13 UTC, Giovanni Corriga
  Details

Description Giovanni Corriga 2002-11-28 08:32:45 UTC
An API to access the standard streams. In <a
href="http://bugzilla.gnome.org/show_bug.cgi?id=97876">this</a> bug, I
proposed a new console: method to access standard streams. After
discussions on gnome-vfs-list, I had written a new function (plus three
helper functions) to obtain the same result, but without having to support
a user-visible method.

Patched attached are made against gnome-vfs-2.0.2.tar.gz
Comment 1 Giovanni Corriga 2002-11-28 08:35:59 UTC
Created attachment 12607 [details]
source code for the new functions
Comment 2 Giovanni Corriga 2002-11-28 08:36:53 UTC
Created attachment 12608 [details]
header file
Comment 3 Giovanni Corriga 2002-11-29 14:20:18 UTC
Code modified after suggestions on gnome-vfs-list. Attaching
gnome-vfs-filedes.c and a patch to gnome-vfs-utils.h.
Comment 4 Giovanni Corriga 2002-11-29 14:20:57 UTC
Created attachment 12636 [details] [review]
Patch to gnome-vfs-utils.h
Comment 5 Giovanni Corriga 2002-11-29 14:21:41 UTC
Created attachment 12637 [details] [review]
gnome-vfs-filedes.c
Comment 6 Giovanni Corriga 2002-12-02 23:09:46 UTC
Another round of modifications...
Comment 7 Giovanni Corriga 2002-12-02 23:13:05 UTC
Created attachment 12695 [details] [review]
Patch to gnome-vfs-utils.h
Comment 8 Giovanni Corriga 2002-12-02 23:13:45 UTC
Created attachment 12696 [details]
gnome-vfs-filedes.c
Comment 9 Alexander Larsson 2002-12-05 09:55:08 UTC
Now in CVS.