[gupnp/wip/phako/cleanup: 1/10] doc: Fix some gtk-doc errors




commit 6980539fb16f47584075d7800a1eb8046ebab767
Author: Jens Georg <mail jensge org>
Date:   Sun May 30 22:41:53 2021 +0200

    doc: Fix some gtk-doc errors

 doc/gupnp-sections.txt         | 34 ++++++++++++++++++++++++++++++----
 doc/meson.build                |  1 +
 libgupnp/gupnp-service-proxy.c |  4 ++--
 libgupnp/gupnp-service.c       |  2 +-
 4 files changed, 34 insertions(+), 7 deletions(-)
---
diff --git a/doc/gupnp-sections.txt b/doc/gupnp-sections.txt
index 0eca13d..f314f7e 100644
--- a/doc/gupnp-sections.txt
+++ b/doc/gupnp-sections.txt
@@ -92,15 +92,16 @@ gupnp_service_proxy_remove_notify
 gupnp_service_proxy_remove_raw_notify
 gupnp_service_proxy_set_subscribed
 gupnp_service_proxy_get_subscribed
-gupnp_service_proxy_action_get_result
-gupnp_service_proxy_action_get_result_hash
-gupnp_service_proxy_action_get_result_list
-gupnp_service_proxy_action_get_type
+<SUBSECTION GUPnPServiceProxyAction>
 gupnp_service_proxy_action_new
 gupnp_service_proxy_action_new_from_list
 gupnp_service_proxy_action_ref
 gupnp_service_proxy_action_unref
+gupnp_service_proxy_action_get_result
+gupnp_service_proxy_action_get_result_hash
+gupnp_service_proxy_action_get_result_list
 <SUBSECTION Standard>
+gupnp_service_proxy_action_get_type
 GUPnPServiceProxyClass
 GUPNP_SERVICE_PROXY
 GUPNP_IS_SERVICE_PROXY
@@ -111,6 +112,10 @@ GUPNP_IS_SERVICE_PROXY_CLASS
 GUPNP_SERVICE_PROXY_GET_CLASS
 <SUBSECTION Private>
 GUPnPServiceProxyPrivate
+OUT_HASH_TABLE_TO_VAR_ARGS
+VALUE_LCOPY_SKIP
+VAR_ARGS_TO_IN_LIST
+VAR_ARGS_TO_OUT_HASH_TABLE
 </SECTION>
 
 <SECTION>
@@ -175,8 +180,18 @@ gupnp_root_device_get_type
 GUPNP_ROOT_DEVICE_CLASS
 GUPNP_IS_ROOT_DEVICE_CLASS
 GUPNP_ROOT_DEVICE_GET_CLASS
+GUPNP_TYPE_CONTROL_ERROR
+GUPNP_TYPE_EVENTING_ERROR
+GUPNP_TYPE_ROOTDEVICE_ERROR
+GUPNP_TYPE_SERVER_ERROR
+GUPnPRootdeviceError
 <SUBSECTION Private>
 GUPnPRootDevicePrivate
+gupnp_control_error_get_type
+gupnp_eventing_error_get_type
+gupnp_rootdevice_error_get_type
+gupnp_rootdevice_error_quark
+gupnp_server_error_get_type
 </SECTION>
 
 <SECTION>
@@ -278,6 +293,15 @@ gupnp_service_introspection_get_type
 GUPNP_SERVICE_INTROSPECTION_CLASS
 GUPNP_IS_SERVICE_INTROSPECTION_CLASS
 GUPNP_SERVICE_INTROSPECTION_GET_CLASS
+GUPNP_TYPE_SERVICE_ACTION_ARG_DIRECTION
+GUPNP_TYPE_SERVICE_ACTION_ARG_INFO
+GUPNP_TYPE_SERVICE_ACTION_INFO
+gupnp_service_action_arg_direction_get_type
+gupnp_service_action_arg_info_get_type
+gupnp_service_action_info_get_type
+gupnp_service_info_introspect_async
+gupnp_service_info_introspect_finish
+gupnp_service_state_variable_info_get_type
 </SECTION>
 
 <SECTION>
@@ -365,6 +389,8 @@ gupnp_xml_doc_get_type
 GUPNP_XML_DOC_CLASS
 GUPNP_IS_XML_DOC_CLASS
 GUPNP_XML_DOC_GET_CLASS
+GUPNP_TYPE_XML_ERROR
+gupnp_xml_error_get_type
 </SECTION>
 
 <SECTION>
diff --git a/doc/meson.build b/doc/meson.build
index bdfb024..2fd0106 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -32,6 +32,7 @@ if get_option('gtk_doc')
                  'gupnp-error-private.h',
                  'gupnp-resource-factory-private.h',
                  'gupnp-service-introspection-private.h',
+                 'gupnp-service-proxy-action-private.h',
                  'gupnp-types-private.h'
              ],
              install : true)
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index 0c7c48f..959eaaa 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -483,7 +483,7 @@ out:
 
 /**
  * gupnp_service_proxy_send_action_list:
- * @proxy: (transfer none) : A #GUPnPServiceProxy
+ * @proxy: (transfer none): A #GUPnPServiceProxy
  * @action: An action
  * @in_names: (element-type utf8) (transfer none): #GList of 'in' parameter
  * names (as strings)
@@ -575,7 +575,7 @@ on_legacy_async_callback (GObject *source, GAsyncResult *res, gpointer user_data
  * gupnp_service_proxy_end_action_valist().
  *
  * Deprecated: 1.1.2: Use gupnp_service_proxy_action_new() and
- * gupnp_service_proxy_action_call_action_async()
+ * gupnp_service_proxy_call_action_async()
  **/
 GUPnPServiceProxyAction *
 gupnp_service_proxy_begin_action (GUPnPServiceProxy              *proxy,
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index a2c5579..faf8004 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -624,7 +624,7 @@ gupnp_service_action_set_valist (GUPnPServiceAction *action,
  * @action: A #GUPnPServiceAction
  * @arg_names: (element-type utf8) (transfer none): A #GList of argument names
  * @arg_values: (element-type GValue) (transfer none): The #GList of values (as
- * #GValues) that line up with @arg_names.
+ * #GValue<!-- -->s) that line up with @arg_names.
  *
  * Sets the specified action return values.
  *


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