[gupnp/wip/gi-docgen: 56/61] DeviceProxy: Update docs




commit d8b9a52e6222cab1d232f83418b6efa2ae532c5b
Author: Jens Georg <mail jensge org>
Date:   Thu Dec 30 13:37:53 2021 +0100

    DeviceProxy: Update docs

 libgupnp/gupnp-device-proxy.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/libgupnp/gupnp-device-proxy.c b/libgupnp/gupnp-device-proxy.c
index cb87904..fde10ec 100644
--- a/libgupnp/gupnp-device-proxy.c
+++ b/libgupnp/gupnp-device-proxy.c
@@ -7,13 +7,6 @@
  *
  */
 
-/**
- * SECTION:gupnp-device-proxy
- * @short_description: Proxy class for remote devices.
- *
- * #GUPnPDeviceProxy allows for retrieving proxies for a device's subdevices
- * and services. #GUPnPDeviceProxy implements the #GUPnPDeviceInfo interface.
- */
 
 #include <config.h>
 #include <string.h>
@@ -23,6 +16,14 @@
 #include "gupnp-resource-factory-private.h"
 #include "xml-util.h"
 
+/**
+ * GUPnPDeviceProxy:
+ *
+ * Interaction with remote UPnP devices.
+ *
+ * #GUPnPDeviceProxy allows for retrieving proxies for a device's sub-devices
+ * and services. It implements the [class@GUPnP.DeviceInfo] abstract class.
+ */
 G_DEFINE_TYPE (GUPnPDeviceProxy,
                gupnp_device_proxy,
                GUPNP_TYPE_DEVICE_INFO)


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