mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gio: Fix various typos of the name ‘D-Bus’
This introduces no functional changes. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -370,7 +370,7 @@ Gvfs is also heavily distributed and relies on a session bus to be present.
|
||||
The #GVfs implementation for local files that is included in GIO
|
||||
has the name "local", the implementation in the gvfs module has
|
||||
the name "gvfs". Most commonly, system software will set this to "local"
|
||||
to avoid having `GFile` APIs perform unnecessary DBus calls.
|
||||
to avoid having `GFile` APIs perform unnecessary D-Bus calls.
|
||||
</para><para>
|
||||
The special value <literal>help</literal> can be used to print a list of
|
||||
available implementations to standard output.
|
||||
|
@@ -532,8 +532,8 @@ value4 = g_variant_new ("x", G_GINT64_CONSTANT (998877665544332211));
|
||||
<link linkend='gchar'>gchar</link> *)</code> and makes a copy of it.
|
||||
<link linkend='NULL:CAPS'><literal>NULL</literal></link> is not a valid string; use
|
||||
<link linkend='gvariant-format-strings-maybe-types'>maybe types</link> to encode that. If the '<literal>o</literal>' or
|
||||
'<literal>g</literal>' characters are used, care must be taken to ensure that the passed string is a valid DBus
|
||||
object path or DBus type signature, respectively.
|
||||
'<literal>g</literal>' characters are used, care must be taken to ensure that the passed string is a valid D-Bus
|
||||
object path or D-Bus type signature, respectively.
|
||||
</para>
|
||||
<para>
|
||||
Upon encounting '<literal>s</literal>', '<literal>o</literal>' or '<literal>g</literal>', <link
|
||||
|
Reference in New Issue
Block a user