mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Add "fd" and "close-fd" properties including getters and setters. Patch by
* gio.symbols: * gunixinputstream.[hc]: * gunixoutputstream.[hc]: Add "fd" and "close-fd" properties including getters and setters. Patch by Maciej Piechotka svn path=/trunk/; revision=7735
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gio/gio-sections.txt: Add new functions
|
||||
|
||||
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
Bug 563156 – Document printing and scanning gunichar values
|
||||
|
@@ -536,6 +536,9 @@ GFilterInputStreamPrivate
|
||||
<TITLE>GUnixInputStream</TITLE>
|
||||
GUnixInputStream
|
||||
g_unix_input_stream_new
|
||||
g_unix_input_stream_set_close_fd
|
||||
g_unix_input_stream_get_close_fd
|
||||
g_unix_input_stream_get_fd
|
||||
<SUBSECTION Standard>
|
||||
GUnixInputStreamClass
|
||||
G_UNIX_INPUT_STREAM
|
||||
@@ -783,6 +786,9 @@ GDataOutputStreamPrivate
|
||||
<TITLE>GUnixOutputStream</TITLE>
|
||||
GUnixOutputStream
|
||||
g_unix_output_stream_new
|
||||
g_unix_output_stream_set_close_fd
|
||||
g_unix_output_stream_get_close_fd
|
||||
g_unix_output_stream_get_fd
|
||||
<SUBSECTION Standard>
|
||||
GUnixOutputStreamClass
|
||||
G_UNIX_OUTPUT_STREAM
|
||||
|
Reference in New Issue
Block a user