mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +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:
@@ -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