Home | History | Annotate | Download | only in gio

Lines Matching full:close

167    * GUnixInputStream:close-fd:
169 * Whether to close the file descriptor when the stream is closed.
175 g_param_spec_boolean ("close-fd",
176 _("Close file descriptor"),
177 _("Whether to close the file descriptor when the stream is closed"),
243 * @close_fd: %TRUE to close the file descriptor when done
262 "close-fd", close_fd,
271 * @close_fd: %TRUE to close the file descriptor when done
288 g_object_notify (G_OBJECT (stream), "close-fd");
403 /* This might block during the close. Doesn't seem to be a way to avoid it though. */
404 res = close (unix_stream->priv->fd);
586 res = close (unix_stream->priv->fd);