mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-09 17:23:08 +02:00
Docs: Drop use of indexterm tags
These have not been making it into the index, anyway.
This commit is contained in:
parent
adf892e96a
commit
8bdc089ca4
@ -102,15 +102,15 @@
|
|||||||
* always called, even in the case of a cancelled operation. On cancellation
|
* always called, even in the case of a cancelled operation. On cancellation
|
||||||
* the result is a %G_IO_ERROR_CANCELLED error.
|
* the result is a %G_IO_ERROR_CANCELLED error.
|
||||||
*
|
*
|
||||||
* <para id="io-priority"><indexterm><primary>I/O
|
* <para id="io-priority">
|
||||||
* priority</primary></indexterm> Many I/O-related asynchronous
|
* Many I/O-related asynchronous operations have a priority parameter,
|
||||||
* operations have a priority parameter, which is used in certain
|
* which is used in certain cases to determine the order in which
|
||||||
* cases to determine the order in which operations are executed.
|
* operations are executed. They are not used to determine system-wide
|
||||||
* They are not used to determine system-wide I/O scheduling.
|
* I/O scheduling. Priorities are integers, with lower numbers indicating
|
||||||
* Priorities are integers, with lower numbers indicating higher priority.
|
* higher priority. It is recommended to choose priorities between
|
||||||
* It is recommended to choose priorities between %G_PRIORITY_LOW and
|
* %G_PRIORITY_LOW and %G_PRIORITY_HIGH, with %G_PRIORITY_DEFAULT
|
||||||
* %G_PRIORITY_HIGH, with %G_PRIORITY_DEFAULT as a default.</para>
|
* as a default.</para>
|
||||||
**/
|
*/
|
||||||
|
|
||||||
typedef GAsyncResultIface GAsyncResultInterface;
|
typedef GAsyncResultIface GAsyncResultInterface;
|
||||||
G_DEFINE_INTERFACE (GAsyncResult, g_async_result, G_TYPE_OBJECT)
|
G_DEFINE_INTERFACE (GAsyncResult, g_async_result, G_TYPE_OBJECT)
|
||||||
|
@ -137,12 +137,12 @@
|
|||||||
* <member>g_file_eject_mountable_with_operation() to eject a mountable file.</member>
|
* <member>g_file_eject_mountable_with_operation() to eject a mountable file.</member>
|
||||||
* </simplelist>
|
* </simplelist>
|
||||||
*
|
*
|
||||||
* <para id="gfile-etag"><indexterm><primary>entity tag</primary></indexterm>
|
* <para id="gfile-etag">
|
||||||
* One notable feature of #GFiles are entity tags, or "etags" for
|
* One notable feature of #GFiles are entity tags, or "etags" for
|
||||||
* short. Entity tags are somewhat like a more abstract version of the
|
* short. Entity tags are somewhat like a more abstract version of the
|
||||||
* traditional mtime, and can be used to quickly determine if the file has
|
* traditional mtime, and can be used to quickly determine if the file
|
||||||
* been modified from the version on the file system. See the HTTP 1.1
|
* has been modified from the version on the file system. See the
|
||||||
* <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html">specification</ulink>
|
* HTTP 1.1 <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html">specification</ulink>
|
||||||
* for HTTP Etag headers, which are a very similar concept.
|
* for HTTP Etag headers, which are a very similar concept.
|
||||||
* </para>
|
* </para>
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user