summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-05-10 13:08:04 +0200
committerJens Georg <mail@jensge.org>2014-05-10 13:30:31 +0200
commite59250a15d30bd0c1fefbe7934cf2b4b9f20aab9 (patch)
treeed2e25575f92e9035e8e679dcc150acc9352c6be
parentcc69acf91c790d7def462e95cac1061a05b25e59 (diff)
downloadgupnp-e59250a15d30bd0c1fefbe7934cf2b4b9f20aab9.tar.gz
Some more gtk-doc fixes
Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--doc/gupnp-docs.xml9
-rw-r--r--doc/gupnp.types1
-rw-r--r--libgupnp/gupnp-context-manager.c2
-rw-r--r--libgupnp/gupnp-service.c4
-rw-r--r--libgupnp/gupnp-white-list.c4
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,