[glib/pgriffis/wip/resolver-https] Markdown fixes
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/pgriffis/wip/resolver-https] Markdown fixes
- Date: Wed, 15 Dec 2021 15:51:57 +0000 (UTC)
commit 4f4c75e33d42fc37651e7effdd14dc099e270399
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 15 15:51:56 2021 +0000
Markdown fixes
gio/gioenums.h | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index ea52761b5..2a44cdc17 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -758,14 +758,14 @@ typedef enum {
* %G_RESOLVER_RECORD_HTTPS records are returned as variants with the signature
* `(qsa{sv})`, representing the priority, target host, and params of the domain.
* The keys of the params dictionary are:
- * `alpn`: array of strings of protocol names
- * `no-default-alpn`: an empty string
- * `port`: uint16
- * `ipv4hint`: array of strings of addresses
- * `ipv6hint`: array of strings of addresses
- * `ech`: string of base64 data containing an ECHConfigList defined
[here](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/)
- * `mandatory`: array of strings matching these keys
- * `keyN`: for unknown keys, N is the key number, the value is a bytestring of unparsed data
+ * - `alpn`: array of strings of protocol names
+ * - `no-default-alpn`: an empty string
+ * - `port`: uint16
+ * - `ipv4hint`: array of strings of addresses
+ * - `ipv6hint`: array of strings of addresses
+ * - `ech`: string of base64 data containing an ECHConfigList defined
[here](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/)
+ * - `mandatory`: array of strings matching these keys
+ * - `keyN`: for unknown keys, N is the key number, the value is a bytestring of unparsed data
* See the [RFC](https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/) for more information.
*
* Since: 2.34
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]