GNOME Bugzilla – Bug 555465
GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
Last modified: 2008-12-08 05:41:51 UTC
There is no propety fd/close_fd_at_close which might be used when subclassing GUnix{Input,Output}Stream and/or creating via g_object_new*.
Created attachment 120259 [details] [review] 0001-Added-properties-to-GUnixInputStream.patch Patch (actually a git patch), showing what I meant, for GUnixInputStream.
Created attachment 120302 [details] [review] 0002-Added-properties-to-GUnixOutputStream-and-some-fixes.patch The patch (please note that it requires previous one) fixing the bug (without documentation).
Created attachment 120330 [details] [review] 0003-Making-it-compile.patch After making glib compilable (see separate bug) I've found those spelling mistakes.
* gio.symbols: * gunixinputstream.[hc]: * gunixoutputstream.[hc]: Add "fd" and "close-fd" properties including getters and setters. Patch by Maciej Piechotka