mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 10:14:04 +02:00
docs: trivial typo fixes
https://bugzilla.gnome.org/show_bug.cgi?id=767949
This commit is contained in:
@@ -680,7 +680,7 @@ my_app_frobber_proxy_new_sync (GDBusConnection *connection,
|
|||||||
the generated methods such as
|
the generated methods such as
|
||||||
<function>my_app_frobber_call_hello_world()</function> to invoke
|
<function>my_app_frobber_call_hello_world()</function> to invoke
|
||||||
the <function>net.Corp.MyApp.Frobber.HelloWorld()</function>
|
the <function>net.Corp.MyApp.Frobber.HelloWorld()</function>
|
||||||
D-Bus method, connect to the the
|
D-Bus method, connect to the
|
||||||
<function>::notification</function> GObject signal to receive
|
<function>::notification</function> GObject signal to receive
|
||||||
the <function>net.Corp.MyApp.Frobber::Notication</function>
|
the <function>net.Corp.MyApp.Frobber::Notication</function>
|
||||||
D-Bus signal and get/set the
|
D-Bus signal and get/set the
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
url="http://www.freedesktop.org/wiki/Software/dbus#ReferenceImplementation.28dbus-daemonandlibdbus.29">libdbus
|
url="http://www.freedesktop.org/wiki/Software/dbus#ReferenceImplementation.28dbus-daemonandlibdbus.29">libdbus
|
||||||
reference implementation</ulink>, GDBus doesn't. Instead, it
|
reference implementation</ulink>, GDBus doesn't. Instead, it
|
||||||
relies on GIO streams as transport layer, and has its own
|
relies on GIO streams as transport layer, and has its own
|
||||||
implementation for the the D-Bus connection setup and
|
implementation for the D-Bus connection setup and
|
||||||
authentication. Apart from using streams as transport,
|
authentication. Apart from using streams as transport,
|
||||||
avoiding libdbus also lets GDBus avoid some thorny
|
avoiding libdbus also lets GDBus avoid some thorny
|
||||||
multithreading issues.
|
multithreading issues.
|
||||||
|
@@ -455,7 +455,7 @@ of them fail, since there is no character to match.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
For compatibility with Perl, \s does not match the VT character (code
|
For compatibility with Perl, \s does not match the VT character (code
|
||||||
11). This makes it different from the the POSIX "space" class. The \s
|
11). This makes it different from the POSIX "space" class. The \s
|
||||||
characters are HT (9), LF (10), FF (12), CR (13), and space (32).
|
characters are HT (9), LF (10), FF (12), CR (13), and space (32).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user