Home | History | Annotate | Download | only in gio

Lines Matching full:close

153    * GUnixOutputStream:close-fd:
155 * Whether to close the file descriptor when the stream is closed.
161 g_param_spec_boolean ("close-fd",
162 _("Close file descriptor"),
163 _("Whether to close the file descriptor when the stream is closed"),
229 * @close_fd: %TRUE to close the file descriptor when done
248 "close-fd", close_fd,
257 * @close_fd: %TRUE to close the file descriptor when done
274 g_object_notify (G_OBJECT (stream), "close-fd");
390 /* This might block during the close. Doesn't seem to be a way to avoid it though. */
391 res = close (unix_stream->priv->fd);
542 res = close (unix_stream->priv->fd);