mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
Docs: Big entity cleanup
Strip lots of entity use from |[ ]| examples (which are now implicit CDATA). Also remove many redundant uses of <!-- -->.
This commit is contained in:
@@ -2976,7 +2976,7 @@ g_dbus_proxy_call_sync_internal (GDBusProxy *proxy,
|
||||
* -1,
|
||||
* NULL,
|
||||
* (GAsyncReadyCallback) two_strings_done,
|
||||
* &data);
|
||||
* &data);
|
||||
* ]|
|
||||
*
|
||||
* If @proxy has an expected interface (see
|
||||
@@ -3066,7 +3066,7 @@ g_dbus_proxy_call_finish (GDBusProxy *proxy,
|
||||
* G_DBUS_CALL_FLAGS_NONE,
|
||||
* -1,
|
||||
* NULL,
|
||||
* &error);
|
||||
* &error);
|
||||
* ]|
|
||||
*
|
||||
* The calling thread is blocked until a reply is received. See
|
||||
|
Reference in New Issue
Block a user