[gupnp] Some more gtk-doc fixes



commit e59250a15d30bd0c1fefbe7934cf2b4b9f20aab9
Author: Jens Georg <mail jensge org>
Date:   Sat May 10 13:08:04 2014 +0200

    Some more gtk-doc fixes
    
    Signed-off-by: Jens Georg <mail jensge org>

 doc/gupnp-docs.xml               |    9 +++++++--
 doc/gupnp.types                  |    1 +
 libgupnp/gupnp-context-manager.c |    2 +-
 libgupnp/gupnp-service.c         |    4 +---
 libgupnp/gupnp-white-list.c      |    4 +---
 5 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/doc/gupnp-docs.xml b/doc/gupnp-docs.xml
index 712845c..17ce5f7 100644
--- a/doc/gupnp-docs.xml
+++ b/doc/gupnp-docs.xml
@@ -69,13 +69,18 @@
       <xi:include href="xml/gupnp-root-device.xml"/>
       <xi:include href="xml/gupnp-service.xml"/>
     </chapter>
+
+    <chapter id="api-context">
+      <title>Network context handling</title>
+
+      <xi:include href="xml/gupnp-context.xml"/>
+      <xi:include href="xml/gupnp-context-manager.xml"/>
+    </chapter>
     
     <chapter id="api-utility">
       <title>Utility Functions</title>
       
       <xi:include href="xml/gupnp-acl.xml"/>
-      <xi:include href="xml/gupnp-context.xml"/>
-      <xi:include href="xml/gupnp-context-manager.xml"/>
       <xi:include href="xml/gupnp-white-list.xml"/>
       <xi:include href="xml/gupnp-resource-factory.xml"/>
       <xi:include href="xml/gupnp-xml-doc.xml"/>
diff --git a/doc/gupnp.types b/doc/gupnp.types
index 3535c62..f5b7bab 100644
--- a/doc/gupnp.types
+++ b/doc/gupnp.types
@@ -22,3 +22,4 @@ gupnp_time_get_type
 gupnp_time_tz_get_type
 gupnp_uri_get_type
 gupnp_uuid_get_type
+gupnp_white_list_get_type
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index 21a3a3d..e3cd54c 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -25,7 +25,7 @@
 
 /**
  * SECTION:gupnp-context-manager
- * @short_description: Manages #GUPnPContext objects.
+ * @short_description: Manages GUPnPContext objects.
  *
  * A Utility class that takes care of creation and destruction of
  * #GUPnPContext objects for all available network interfaces as they go up
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index f545dd4..486cde4 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -499,7 +499,7 @@ gupnp_service_action_get_value (GUPnPServiceAction *action,
 }
 
 /**
- * gupnp_service_action_get_gvalue:
+ * gupnp_service_action_get_gvalue: (rename-to gupnp_service_action_get_value)
  * @action: A #GUPnPServiceAction
  * @argument: The name of the argument to retrieve
  * @type: The type of argument to retrieve
@@ -510,8 +510,6 @@ gupnp_service_action_get_value (GUPnPServiceAction *action,
  *
  * Return value: (transfer full): Value as #GValue associated with @action.
  * #g_value_unset and #g_slice_free it after usage.
- *
- * Rename To: gupnp_service_action_get_value
  **/
 GValue *
 gupnp_service_action_get_gvalue (GUPnPServiceAction *action,
diff --git a/libgupnp/gupnp-white-list.c b/libgupnp/gupnp-white-list.c
index df515e5..c928669 100644
--- a/libgupnp/gupnp-white-list.c
+++ b/libgupnp/gupnp-white-list.c
@@ -157,11 +157,9 @@ gupnp_white_list_class_init (GUPnPWhiteListClass *klass)
                           G_PARAM_STATIC_STRINGS));
 
         /**
-         * GUPnPWhiteList:entries:
+         * GUPnPWhiteList:entries: (type GList(utf8))
          *
          * Whether this white list is active or not.
-         * Type: GList
-         * Transfer: none
          **/
         g_object_class_install_property
                 (object_class,


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