mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +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:
@@ -694,6 +694,9 @@ g_unix_is_mount_path_system_internal
|
||||
#ifdef G_OS_UNIX
|
||||
g_unix_input_stream_get_type G_GNUC_CONST
|
||||
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
|
||||
#endif /* G_OS_UNIX */
|
||||
#endif
|
||||
#endif
|
||||
@@ -703,6 +706,9 @@ g_unix_input_stream_new
|
||||
#ifdef G_OS_UNIX
|
||||
g_unix_output_stream_get_type G_GNUC_CONST
|
||||
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
|
||||
#endif /* G_OS_UNIX */
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user