summaryrefslogtreecommitdiff
path: root/gio/gdtlsconnection.c
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-11-07 13:38:58 +0000
committerPhilip Withnall <withnall@endlessm.com>2017-11-07 14:51:12 +0000
commit8e8f4e6486c1578ae15d63835acd06f237324a6d (patch)
tree92b7f5216dcc4f05da6c9cbdc49a0c02b5df35ab /gio/gdtlsconnection.c
parent249d74fcf6499a543807fa4158bef26426dd39de (diff)
downloadglib-8e8f4e6486c1578ae15d63835acd06f237324a6d.tar.gz
docs: Fix various minor syntax errors in gtk-doc comments
This will fix a few broken links in the documentation, and shut up a load of gtk-doc warnings (but certainly not all of them). Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=790015
Diffstat (limited to 'gio/gdtlsconnection.c')
-rw-r--r--gio/gdtlsconnection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gdtlsconnection.c b/gio/gdtlsconnection.c
index 67a038d18..cbcb720dc 100644
--- a/gio/gdtlsconnection.c
+++ b/gio/gdtlsconnection.c
@@ -112,7 +112,7 @@ g_dtls_connection_default_init (GDtlsConnectionInterface *iface)
*
* The certificate database to use when verifying this TLS connection.
* If no certificate database is set, then the default database will be
- * used. See g_dtls_backend_get_default_database().
+ * used. See g_tls_backend_get_default_database().
*
* Since: 2.48
*/
@@ -294,7 +294,7 @@ g_dtls_connection_default_init (GDtlsConnectionInterface *iface)
*
* Sets the certificate database that is used to verify peer certificates.
* This is set to the default database by default. See
- * g_dtls_backend_get_default_database(). If set to %NULL, then
+ * g_tls_backend_get_default_database(). If set to %NULL, then
* peer certificate validation will always set the
* %G_TLS_CERTIFICATE_UNKNOWN_CA error (meaning
* #GDtlsConnection::accept-certificate will always be emitted on