summaryrefslogtreecommitdiff
path: root/libgssdp
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-20 14:30:24 +0200
committerJens Georg <mail@jensge.org>2021-06-20 14:30:24 +0200
commit2e6a9c9485a5eabbfc858df8fcbd70ce59663c5b (patch)
treeb288c8be22119c36cdc3c9bd4c789c2cd7e1b68e /libgssdp
parentf115fee37f31d65de5b1f2c570b6fd0105ab267d (diff)
downloadgssdp-2e6a9c9485a5eabbfc858df8fcbd70ce59663c5b.tar.gz
doc: Fix warnings regarding parameters
Diffstat (limited to 'libgssdp')
-rw-r--r--libgssdp/gssdp-client.h5
-rw-r--r--libgssdp/gssdp-error.h6
2 files changed, 5 insertions, 6 deletions
diff --git a/libgssdp/gssdp-client.h b/libgssdp/gssdp-client.h
index 95aedbf..dc09151 100644
--- a/libgssdp/gssdp-client.h
+++ b/libgssdp/gssdp-client.h
@@ -36,12 +36,11 @@ typedef struct _GSSDPClientClass GSSDPClientClass;
/**
* GSSDPUDAVersion:
- *
- * Implemented behavior of the UDA (Unified Device Architecture) protocol.
- *
* @GSSDP_UDA_VERSION_UNSPECIFIED: When creating a client, use the default version
* @GSSDP_UDA_VERSION_1_0: Use Version 1.0 of the UDA specification (UPnP/1.0)
* @GSSDP_UDA_VERSION_1_1: Use Version 1.1 of the UDA specification (UPnP/1.1)
+ *
+ * Implemented behavior of the UDA (Unified Device Architecture) protocol.
*/
typedef enum /*< prefix=GSSDP_UDA_ >*/
{
diff --git a/libgssdp/gssdp-error.h b/libgssdp/gssdp-error.h
index 775e85e..3ec0084 100644
--- a/libgssdp/gssdp-error.h
+++ b/libgssdp/gssdp-error.h
@@ -33,12 +33,12 @@ gssdp_error_quark (void) G_GNUC_CONST;
/**
* GSSDPError:
- *
- * Error used in client creation.
- *
* @GSSDP_ERROR_NO_IP_ADDRESS: GSSDP could not find a valid IP address of a
* #GSSDPClient.
* @GSSDP_ERROR_FAILED: Unknown error.
+ *
+ * Error used in client creation.
+ *
*/
typedef enum {
GSSDP_ERROR_NO_IP_ADDRESS,