1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%GLibIOFlags>: </title>
- <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
- <link rel="home" href="index.html" title="">
- <link rel="up" href="ch01.html" title="GLib">
- <link rel="prev" href="re25.html" title="<%GLibIOError>">
- <link rel="next" href="re27.html" title="<%GLibIOStatus>">
- <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
- <link rel="stylesheet" href="style.css" type="text/css">
- </head>
- <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
- <td width="100%" align="left" class="shortcuts"></td>
- <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
- <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
- <td><a accesskey="p" href="re25.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
- <td><a accesskey="n" href="re27.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
- </tr></table>
- <div class="refentry">
- <a name="id-1.1.27"></a><div class="titlepage"></div>
- <div class="refnamediv">
- <h2><%GLibIOFlags></h2>
- <p><%GLibIOFlags></p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.27.2"></a><h2>Description</h2>
- <p>Specifies properties of a <span class="type">GIOChannel</span>. Some of the flags can only be
- read with <code class="function">g_io_channel_get_flags()</code>, but not changed with
- <code class="function">g_io_channel_set_flags()</code>.</p>
- </div>
- <div class="refsect1">
- <a name="id-1.1.27.3"></a><h2>Members</h2>
- <div class="refsect2">
- <a name="id-1.1.27.3.2"></a><h3>append</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_APPEND</code></span></em></p>
- <p>turns on append mode, corresponds to <code class="constant">O_APPEND</code>
- (see the documentation of the UNIX <code class="function">open()</code> syscall)</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.3"></a><h3>nonblock</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_NONBLOCK</code></span></em></p>
- <p>turns on nonblocking mode, corresponds to
- <code class="constant">O_NONBLOCK</code>/<code class="constant">O_NDELAY</code> (see the documentation of the UNIX <code class="function">open()</code>
- syscall)</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.4"></a><h3>is-readable</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_IS_READABLE</code></span></em></p>
- <p>indicates that the io channel is readable.
- This flag cannot be changed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.5"></a><h3>is-writable</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_IS_WRITABLE</code></span></em></p>
- <p>indicates that the io channel is writable.
- This flag cannot be changed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.6"></a><h3>is-writeable</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_IS_WRITEABLE</code></span></em></p>
- <p>a misspelled version of <em class="parameter"><code>G_IO_FLAG_IS_WRITABLE</code></em>
- that existed before the spelling was fixed in GLib 2.30. It is kept
- here for compatibility reasons. Deprecated since 2.30</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.7"></a><h3>is-seekable</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_IS_SEEKABLE</code></span></em></p>
- <p>indicates that the io channel is seekable,
- i.e. that <code class="function">g_io_channel_seek_position()</code> can be used on it.
- This flag cannot be changed.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.8"></a><h3>mask</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_MASK</code></span></em></p>
- <p>the mask that specifies all the valid flags.</p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.9"></a><h3>get-mask</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_GET_MASK</code></span></em></p>
- <p>the mask of the flags that are returned from
- <code class="function">g_io_channel_get_flags()</code></p>
- </div>
- <div class="refsect2">
- <a name="id-1.1.27.3.10"></a><h3>set-mask</h3>
- <p class="remark"><em><span class="remark">alias <code class="code">G_IO_FLAG_SET_MASK</code></span></em></p>
- <p>the mask of the flags that the user can modify
- with <code class="function">g_io_channel_set_flags()</code></p>
- </div>
- </div>
- </div>
- <div class="footer">
- <hr>Generated by GTK-Doc V1.33.1</div>
- </body>
- </html>
|