[gupnp] doc: Minor fixes



commit 543ca19b2ed53c44be1067f18184a94e987c27e3
Author: Jens Georg <mail jensge org>
Date:   Sat Jun 5 19:50:23 2021 +0200

    doc: Minor fixes

 libgupnp/gupnp-context.c       | 2 +-
 libgupnp/gupnp-service-proxy.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgupnp/gupnp-context.c b/libgupnp/gupnp-context.c
index c08b41a..ef7194c 100644
--- a/libgupnp/gupnp-context.c
+++ b/libgupnp/gupnp-context.c
@@ -771,7 +771,7 @@ host_path_data_set_language (HostPathData *data, const char *language)
  * @context: A #GUPnPContext
  * @language: A language tag as defined in RFC 2616 3.10
  *
- * Set the default language for the Content-Length header to @language.
+ * Set the default language for the Content-Language header to @language.
  *
  * If the client sends an Accept-Language header the UPnP HTTP server
  * is required to send a Content-Language header in return. If there are
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index e5bbbf0..71af514 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -2017,10 +2017,10 @@ unsubscribe (GUPnPServiceProxy *proxy)
  *
  * (Un)subscribes to this service.
  *
- * Note that the relevant messages are not immediately sent but queued.
+ * <note>The relevant messages are not immediately sent but queued.
  * If you want to unsubcribe from this service because the application
  * is quitting, rely on automatic synchronised unsubscription on object
- * destruction instead.
+ * destruction instead.</note>
  **/
 void
 gupnp_service_proxy_set_subscribed (GUPnPServiceProxy *proxy,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]