mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
Docs: Don't use the emphasis tag
Most of the time, the text read just as well without the extra boldness.
This commit is contained in:
@@ -105,12 +105,11 @@
|
||||
* <para id="io-priority"><indexterm><primary>I/O
|
||||
* priority</primary></indexterm> Many I/O-related asynchronous
|
||||
* operations have a priority parameter, which is used in certain
|
||||
* cases to determine the order in which operations are executed. They
|
||||
* are <emphasis>not</emphasis> used to determine system-wide I/O
|
||||
* scheduling. Priorities are integers, with lower numbers indicating
|
||||
* higher priority. It is recommended to choose priorities between
|
||||
* %G_PRIORITY_LOW and %G_PRIORITY_HIGH, with %G_PRIORITY_DEFAULT as a
|
||||
* default. </para>
|
||||
* cases to determine the order in which operations are executed.
|
||||
* They are not used to determine system-wide I/O scheduling.
|
||||
* Priorities are integers, with lower numbers indicating higher priority.
|
||||
* It is recommended to choose priorities between %G_PRIORITY_LOW and
|
||||
* %G_PRIORITY_HIGH, with %G_PRIORITY_DEFAULT as a default.</para>
|
||||
**/
|
||||
|
||||
typedef GAsyncResultIface GAsyncResultInterface;
|
||||
|
Reference in New Issue
Block a user