[gupnp-av] Fix gtk-doc/gobject-introspection
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-av] Fix gtk-doc/gobject-introspection
- Date: Fri, 20 Apr 2012 14:11:39 +0000 (UTC)
commit c1d20a955205fccfb194889166a416980c51a32e
Author: Jens Georg <mail jensge org>
Date: Fri Apr 20 16:11:10 2012 +0200
Fix gtk-doc/gobject-introspection
libgupnp-av/gupnp-didl-lite-container.c | 6 +-
libgupnp-av/gupnp-didl-lite-contributor.c | 20 +++---
libgupnp-av/gupnp-didl-lite-descriptor.c | 12 ++--
libgupnp-av/gupnp-didl-lite-item.c | 2 +-
libgupnp-av/gupnp-didl-lite-object.c | 46 +++++++-------
libgupnp-av/gupnp-didl-lite-parser.c | 10 ++--
libgupnp-av/gupnp-didl-lite-resource.c | 92 ++++++++++++++--------------
libgupnp-av/gupnp-didl-lite-writer.c | 4 +-
libgupnp-av/gupnp-last-change-parser.c | 6 +-
libgupnp-av/gupnp-protocol-info.c | 56 +++++++++---------
libgupnp-av/gupnp-search-criteria-parser.c | 14 ++--
11 files changed, 134 insertions(+), 134 deletions(-)
---
diff --git a/libgupnp-av/gupnp-didl-lite-container.c b/libgupnp-av/gupnp-didl-lite-container.c
index 32ba543..a3db0d5 100644
--- a/libgupnp-av/gupnp-didl-lite-container.c
+++ b/libgupnp-av/gupnp-didl-lite-container.c
@@ -125,7 +125,7 @@ gupnp_didl_lite_container_class_init (GUPnPDIDLLiteContainerClass *klass)
object_class->set_property = gupnp_didl_lite_container_set_property;
/**
- * GUPnPDIDLLiteContainer:searchable
+ * GUPnPDIDLLiteContainer:searchable:
*
* Whether this container is searchable.
**/
@@ -142,7 +142,7 @@ gupnp_didl_lite_container_class_init (GUPnPDIDLLiteContainerClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteContainer:child-count
+ * GUPnPDIDLLiteContainer:child-count:
*
* The child count of this container.
**/
@@ -161,7 +161,7 @@ gupnp_didl_lite_container_class_init (GUPnPDIDLLiteContainerClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteContainer:storage-used
+ * GUPnPDIDLLiteContainer:storage-used:
*
* The number of bytes used by all child items of this container.
**/
diff --git a/libgupnp-av/gupnp-didl-lite-contributor.c b/libgupnp-av/gupnp-didl-lite-contributor.c
index 0c111ff..273d338 100644
--- a/libgupnp-av/gupnp-didl-lite-contributor.c
+++ b/libgupnp-av/gupnp-didl-lite-contributor.c
@@ -159,7 +159,7 @@ gupnp_didl_lite_contributor_class_init (GUPnPDIDLLiteContributorClass *klass)
sizeof (GUPnPDIDLLiteContributorPrivate));
/**
- * GUPnPDIDLLiteContributor:xml-node
+ * GUPnPDIDLLiteContributor:xml-node:
*
* The pointer to object node in XML document.
**/
@@ -177,7 +177,7 @@ gupnp_didl_lite_contributor_class_init (GUPnPDIDLLiteContributorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteContributor:xml-doc
+ * GUPnPDIDLLiteContributor:xml-doc:
*
* The reference to XML document containing this object.
*
@@ -200,7 +200,7 @@ gupnp_didl_lite_contributor_class_init (GUPnPDIDLLiteContributorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteContributor:role
+ * GUPnPDIDLLiteContributor:role:
*
* The role of this contributor.
**/
@@ -217,7 +217,7 @@ gupnp_didl_lite_contributor_class_init (GUPnPDIDLLiteContributorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteContributor:name
+ * GUPnPDIDLLiteContributor:name:
*
* The name of this contributor.
**/
@@ -235,7 +235,7 @@ gupnp_didl_lite_contributor_class_init (GUPnPDIDLLiteContributorClass *klass)
}
/**
- * gupnp_didl_lite_contributor_get_role
+ * gupnp_didl_lite_contributor_get_role:
* @contributor: #GUPnPDIDLLiteContributor
*
* Get the role of the @contributor.
@@ -254,7 +254,7 @@ gupnp_didl_lite_contributor_get_role (GUPnPDIDLLiteContributor *contributor)
}
/**
- * gupnp_didl_lite_contributor_get_name
+ * gupnp_didl_lite_contributor_get_name:
* @contributor: A #GUPnPDIDLLiteContributor
*
* Get the name of the @contributor.
@@ -271,7 +271,7 @@ gupnp_didl_lite_contributor_get_name (GUPnPDIDLLiteContributor *contributor)
}
/**
- * gupnp_didl_lite_contributor_set_role
+ * gupnp_didl_lite_contributor_set_role:
* @contributor: #GUPnPDIDLLiteContributor
* @role: The role of the @contributor
*
@@ -294,7 +294,7 @@ gupnp_didl_lite_contributor_set_role (GUPnPDIDLLiteContributor *contributor,
}
/**
- * gupnp_didl_lite_contributor_set_name
+ * gupnp_didl_lite_contributor_set_name:
* @contributor: A #GUPnPDIDLLiteContributor
* @name: The name of the contributor
*
@@ -320,7 +320,7 @@ gupnp_didl_lite_contributor_set_name (GUPnPDIDLLiteContributor *contributor,
}
/**
- * gupnp_didl_lite_contributor_new_from_xml
+ * gupnp_didl_lite_contributor_new_from_xml:
* @xml_node: The pointer to relevant node in XML document
* @xml_doc: The reference to containing XML document
*
@@ -343,7 +343,7 @@ gupnp_didl_lite_contributor_new_from_xml (xmlNode *xml_node,
}
/**
- * gupnp_didl_lite_contributor_get_xml_node
+ * gupnp_didl_lite_contributor_get_xml_node:
* @contributor: The #GUPnPDIDLLiteContributor
*
* Get the pointer to relevant node in XML document.
diff --git a/libgupnp-av/gupnp-didl-lite-descriptor.c b/libgupnp-av/gupnp-didl-lite-descriptor.c
index 001f5e8..be1b196 100644
--- a/libgupnp-av/gupnp-didl-lite-descriptor.c
+++ b/libgupnp-av/gupnp-didl-lite-descriptor.c
@@ -180,7 +180,7 @@ gupnp_didl_lite_descriptor_class_init (GUPnPDIDLLiteDescriptorClass *klass)
sizeof (GUPnPDIDLLiteDescriptorPrivate));
/**
- * GUPnPDIDLLiteDescriptor:xml-node
+ * GUPnPDIDLLiteDescriptor:xml-node:
*
* The pointer to desc node in XML document.
**/
@@ -198,7 +198,7 @@ gupnp_didl_lite_descriptor_class_init (GUPnPDIDLLiteDescriptorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteDescriptor:xml-doc
+ * GUPnPDIDLLiteDescriptor:xml-doc:
*
* The reference to XML document containing this object.
*
@@ -221,7 +221,7 @@ gupnp_didl_lite_descriptor_class_init (GUPnPDIDLLiteDescriptorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteDescriptor:name-space
+ * GUPnPDIDLLiteDescriptor:name-space:
*
* The name space associated with this descriptor.
**/
@@ -239,7 +239,7 @@ gupnp_didl_lite_descriptor_class_init (GUPnPDIDLLiteDescriptorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteDescriptor:id
+ * GUPnPDIDLLiteDescriptor:id:
*
* The ID of this descriptor.
**/
@@ -256,7 +256,7 @@ gupnp_didl_lite_descriptor_class_init (GUPnPDIDLLiteDescriptorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteDescriptor:metadata-type
+ * GUPnPDIDLLiteDescriptor:metadata-type:
*
* The type of this descriptor.
**/
@@ -273,7 +273,7 @@ gupnp_didl_lite_descriptor_class_init (GUPnPDIDLLiteDescriptorClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteDescriptor:content
+ * GUPnPDIDLLiteDescriptor:content:
*
* The content of this descriptor.
**/
diff --git a/libgupnp-av/gupnp-didl-lite-item.c b/libgupnp-av/gupnp-didl-lite-item.c
index 0774e28..63e7a68 100644
--- a/libgupnp-av/gupnp-didl-lite-item.c
+++ b/libgupnp-av/gupnp-didl-lite-item.c
@@ -102,7 +102,7 @@ gupnp_didl_lite_item_class_init (GUPnPDIDLLiteItemClass *klass)
object_class->set_property = gupnp_didl_lite_item_set_property;
/**
- * GUPnPDIDLLiteItem:ref-id
+ * GUPnPDIDLLiteItem:ref-id:
*
* The ref ID of this item.
**/
diff --git a/libgupnp-av/gupnp-didl-lite-object.c b/libgupnp-av/gupnp-didl-lite-object.c
index 5adacb9..a2d0ff2 100644
--- a/libgupnp-av/gupnp-didl-lite-object.c
+++ b/libgupnp-av/gupnp-didl-lite-object.c
@@ -362,7 +362,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
g_type_class_add_private (klass, sizeof (GUPnPDIDLLiteObjectPrivate));
/**
- * GUPnPDIDLLiteObject:xml-node
+ * GUPnPDIDLLiteObject:xml-node:
*
* The pointer to object node in XML document.
**/
@@ -380,7 +380,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:xml-doc
+ * GUPnPDIDLLiteObject:xml-doc:
*
* The reference to XML document containing this object.
*
@@ -403,7 +403,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:upnp-namespace
+ * GUPnPDIDLLiteObject:upnp-namespace:
*
* Pointer to the UPnP namespace registered with the XML document
* containing this object.
@@ -424,7 +424,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:dc-namespace
+ * GUPnPDIDLLiteObject:dc-namespace:
*
* Pointer to the DublinCore namespace registered with the XML document
* containing this object.
@@ -445,7 +445,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:dlna-namespace
+ * GUPnPDIDLLiteObject:dlna-namespace:
*
* Pointer to the DLNA metadata namespace registered with the XML
* document containing this object.
@@ -466,7 +466,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:id
+ * GUPnPDIDLLiteObject:id:
*
* The ID of this object.
**/
@@ -483,7 +483,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:parent-id
+ * GUPnPDIDLLiteObject:parent-id:
*
* The ID of the parent container of this object.
**/
@@ -501,7 +501,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:restricted
+ * GUPnPDIDLLiteObject:restricted:
*
* Whether this object is restricted.
**/
@@ -518,7 +518,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:title
+ * GUPnPDIDLLiteObject:title:
*
* The title of this object.
**/
@@ -535,7 +535,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:upnp-class
+ * GUPnPDIDLLiteObject:upnp-class:
*
* The UPnP class of this object.
**/
@@ -552,7 +552,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:creator
+ * GUPnPDIDLLiteObject:creator:
*
* The creator of this object.
*
@@ -573,7 +573,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:artist
+ * GUPnPDIDLLiteObject:artist:
*
* The artist of this object.
*
@@ -594,7 +594,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:author
+ * GUPnPDIDLLiteObject:author:
*
* The author of this object.
*
@@ -615,7 +615,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:genre
+ * GUPnPDIDLLiteObject:genre:
*
* The genre of this object.
**/
@@ -632,7 +632,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:write-status
+ * GUPnPDIDLLiteObject:write-status:
*
* The write status of this object.
**/
@@ -649,7 +649,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:album
+ * GUPnPDIDLLiteObject:album:
*
* The album of this object.
**/
@@ -666,7 +666,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:album-art
+ * GUPnPDIDLLiteObject:album-art:
*
* The URI to album art of this object.
**/
@@ -683,7 +683,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:description
+ * GUPnPDIDLLiteObject:description:
*
* The description of this object.
**/
@@ -700,7 +700,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:date
+ * GUPnPDIDLLiteObject:date:
*
* The date of this object.
**/
@@ -717,7 +717,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:track-number
+ * GUPnPDIDLLiteObject:track-number:
*
* The original track number of this object.
**/
@@ -734,7 +734,7 @@ gupnp_didl_lite_object_class_init (GUPnPDIDLLiteObjectClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteObject:dlna-managed
+ * GUPnPDIDLLiteObject:dlna-managed:
*
* The 'dlna:dlnaManaged' attribute.
**/
@@ -941,7 +941,7 @@ gupnp_didl_lite_object_get_dlna_namespace (GUPnPDIDLLiteObject *object)
}
/**
- * gupnp_didl_lite_object_get_id
+ * gupnp_didl_lite_object_get_id:
* @object: #GUPnPDIDLLiteObject
*
* Get the ID of the @object.
@@ -1474,7 +1474,7 @@ gupnp_didl_lite_object_set_upnp_class (GUPnPDIDLLiteObject *object,
}
/**
- * gupnp_didl_lite_object_set_id
+ * gupnp_didl_lite_object_set_id:
* @object: #GUPnPDIDLLiteObject
* @id: The ID
*
diff --git a/libgupnp-av/gupnp-didl-lite-parser.c b/libgupnp-av/gupnp-didl-lite-parser.c
index afc906c..b678d6d 100644
--- a/libgupnp-av/gupnp-didl-lite-parser.c
+++ b/libgupnp-av/gupnp-didl-lite-parser.c
@@ -99,7 +99,7 @@ gupnp_didl_lite_parser_class_init (GUPnPDIDLLiteParserClass *klass)
object_class->dispose = gupnp_didl_lite_parser_dispose;
/**
- * GUPnPDIDLLiteParser::object-available
+ * GUPnPDIDLLiteParser::object-available:
* @parser: The #GUPnPDIDLLiteParser that received the signal
* @object: The now available #GUPnPDIDLLiteObject
*
@@ -120,7 +120,7 @@ gupnp_didl_lite_parser_class_init (GUPnPDIDLLiteParserClass *klass)
GUPNP_TYPE_DIDL_LITE_OBJECT);
/**
- * GUPnPDIDLLiteParser::item-available
+ * GUPnPDIDLLiteParser::item-available:
* @parser: The #GUPnPDIDLLiteParser that received the signal
* @item: The now available #GUPnPDIDLLiteItem
*
@@ -141,7 +141,7 @@ gupnp_didl_lite_parser_class_init (GUPnPDIDLLiteParserClass *klass)
GUPNP_TYPE_DIDL_LITE_ITEM);
/**
- * GUPnPDIDLLiteParser::container-available
+ * GUPnPDIDLLiteParser::container-available:
* @parser: The #GUPnPDIDLLiteParser that received the signal
* @container: The now available #GUPnPDIDLLiteContainer
*
@@ -163,7 +163,7 @@ gupnp_didl_lite_parser_class_init (GUPnPDIDLLiteParserClass *klass)
}
/**
- * gupnp_didl_lite_parser_new
+ * gupnp_didl_lite_parser_new:
*
* Return value: A new #GUPnPDIDLLiteParser object.
**/
@@ -174,7 +174,7 @@ gupnp_didl_lite_parser_new (void)
}
/**
- * gupnp_didl_lite_parser_parse_didl
+ * gupnp_didl_lite_parser_parse_didl:
* @parser: A #GUPnPDIDLLiteParser
* @didl: The DIDL-Lite XML string to be parsed
* @error: The location where to store any error, or NULL
diff --git a/libgupnp-av/gupnp-didl-lite-resource.c b/libgupnp-av/gupnp-didl-lite-resource.c
index d905149..6bcd494 100644
--- a/libgupnp-av/gupnp-didl-lite-resource.c
+++ b/libgupnp-av/gupnp-didl-lite-resource.c
@@ -360,7 +360,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
g_type_class_add_private (klass, sizeof (GUPnPDIDLLiteResourcePrivate));
/**
- * GUPnPDIDLLiteResource:xml-node
+ * GUPnPDIDLLiteResource:xml-node:
*
* The pointer to res node in XML document.
**/
@@ -378,7 +378,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:xml-doc
+ * GUPnPDIDLLiteResource:xml-doc:
*
* The reference to XML document containing this object.
*
@@ -401,7 +401,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:uri
+ * GUPnPDIDLLiteResource:uri:
*
* The URI associated with this resource.
**/
@@ -418,7 +418,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:import-uri
+ * GUPnPDIDLLiteResource:import-uri:
*
* The Import URI associated with this resource.
**/
@@ -436,7 +436,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:protocol-info
+ * GUPnPDIDLLiteResource:protocol-info:
*
* The protocol info associated with this resource.
**/
@@ -454,7 +454,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:size
+ * GUPnPDIDLLiteResource:size:
*
* The size (in bytes) of this resource.
**/
@@ -473,7 +473,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:size64
+ * GUPnPDIDLLiteResource:size64:
*
* The size (in bytes) of this resource.
**/
@@ -492,7 +492,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:duration
+ * GUPnPDIDLLiteResource:duration:
*
* The duration (in seconds) of this resource.
**/
@@ -512,7 +512,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:bitrate
+ * GUPnPDIDLLiteResource:bitrate:
*
* The bitrate of this resource.
**/
@@ -531,7 +531,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:sample-freq
+ * GUPnPDIDLLiteResource:sample-freq:
*
* The sample frequency of this resource.
**/
@@ -550,7 +550,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:bits-per-sample
+ * GUPnPDIDLLiteResource:bits-per-sample:
*
* The sample size of this resource.
**/
@@ -569,7 +569,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:protection
+ * GUPnPDIDLLiteResource:protection:
*
* The protection system used for this resource.
**/
@@ -587,7 +587,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:audio-channels
+ * GUPnPDIDLLiteResource:audio-channels:
*
* The number of audio channels in this resource.
**/
@@ -607,7 +607,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:width
+ * GUPnPDIDLLiteResource:width:
*
* The width of this image/video resource.
**/
@@ -626,7 +626,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:height
+ * GUPnPDIDLLiteResource:height:
*
* The height of this image/video resource.
**/
@@ -645,7 +645,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteResource:color-depth
+ * GUPnPDIDLLiteResource:color-depth:
*
* The color-depth of this image/video resource.
**/
@@ -666,7 +666,7 @@ gupnp_didl_lite_resource_class_init (GUPnPDIDLLiteResourceClass *klass)
}
/**
- * gupnp_didl_lite_resource_new_from_xml
+ * gupnp_didl_lite_resource_new_from_xml:
* @xml_node: The pointer to 'res' node in XML document
* @xml_doc: The reference to XML document containing this resource
*
@@ -689,7 +689,7 @@ gupnp_didl_lite_resource_new_from_xml (xmlNode *xml_node,
}
/**
- * gupnp_didl_lite_resource_get_xml_node
+ * gupnp_didl_lite_resource_get_xml_node:
* @resource: The #GUPnPDIDLLiteResource
*
* Get the pointer to res node in XML document.
@@ -705,7 +705,7 @@ gupnp_didl_lite_resource_get_xml_node (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_uri
+ * gupnp_didl_lite_resource_get_uri:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the URI associated with the @resource.
@@ -724,7 +724,7 @@ gupnp_didl_lite_resource_get_uri (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_import_uri
+ * gupnp_didl_lite_resource_get_import_uri:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the import URI associated with the @resource.
@@ -741,7 +741,7 @@ gupnp_didl_lite_resource_get_import_uri (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_protocol_info
+ * gupnp_didl_lite_resource_get_protocol_info:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the protocol info associated with the @resource.
@@ -782,7 +782,7 @@ gupnp_didl_lite_resource_get_protocol_info (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_size
+ * gupnp_didl_lite_resource_get_size:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the size (in bytes) of the @resource.
@@ -796,7 +796,7 @@ gupnp_didl_lite_resource_get_size (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_size64
+ * gupnp_didl_lite_resource_get_size64:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the size (in bytes) of the @resource.
@@ -815,7 +815,7 @@ gupnp_didl_lite_resource_get_size64 (GUPnPDIDLLiteResource *resource)
/**
- * gupnp_didl_lite_resource_get_duration
+ * gupnp_didl_lite_resource_get_duration:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the duration (in seconds) of the @resource.
@@ -838,7 +838,7 @@ gupnp_didl_lite_resource_get_duration (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_bitrate
+ * gupnp_didl_lite_resource_get_bitrate:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the bitrate (in bytes per second) of the @resource.
@@ -856,7 +856,7 @@ gupnp_didl_lite_resource_get_bitrate (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_sample_freq
+ * gupnp_didl_lite_resource_get_sample_freq:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the sample frequency of the @resource.
@@ -874,7 +874,7 @@ gupnp_didl_lite_resource_get_sample_freq (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_bits_per_sample
+ * gupnp_didl_lite_resource_get_bits_per_sample:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the sample size of the @resource.
@@ -892,7 +892,7 @@ gupnp_didl_lite_resource_get_bits_per_sample (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_protection
+ * gupnp_didl_lite_resource_get_protection:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the protection system used by the @resource.
@@ -909,7 +909,7 @@ gupnp_didl_lite_resource_get_protection (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_audio_channels
+ * gupnp_didl_lite_resource_get_audio_channels:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the number of audio channels in the @resource.
@@ -927,7 +927,7 @@ gupnp_didl_lite_resource_get_audio_channels (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_width
+ * gupnp_didl_lite_resource_get_width:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the width of this image/video resource.
@@ -947,7 +947,7 @@ gupnp_didl_lite_resource_get_width (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_height
+ * gupnp_didl_lite_resource_get_height:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the height of this image/video resource.
@@ -967,7 +967,7 @@ gupnp_didl_lite_resource_get_height (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_get_color_depth
+ * gupnp_didl_lite_resource_get_color_depth:
* @resource: A #GUPnPDIDLLiteResource
*
* Get the color-depth of this image/video resource.
@@ -985,7 +985,7 @@ gupnp_didl_lite_resource_get_color_depth (GUPnPDIDLLiteResource *resource)
}
/**
- * gupnp_didl_lite_resource_set_uri
+ * gupnp_didl_lite_resource_set_uri:
* @resource: A #GUPnPDIDLLiteResource
* @uri: The URI as string
*
@@ -1011,7 +1011,7 @@ gupnp_didl_lite_resource_set_uri (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_import_uri
+ * gupnp_didl_lite_resource_set_import_uri:
* @resource: A #GUPnPDIDLLiteResource
* @import_uri: The URI as string
*
@@ -1033,7 +1033,7 @@ gupnp_didl_lite_resource_set_import_uri (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_protocol_info
+ * gupnp_didl_lite_resource_set_protocol_info:
* @resource: A #GUPnPDIDLLiteResource
* @info: The protocol string
*
@@ -1077,7 +1077,7 @@ gupnp_didl_lite_resource_set_protocol_info (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_size
+ * gupnp_didl_lite_resource_set_size:
* @resource: A #GUPnPDIDLLiteResource
* @size: The size (in bytes)
*
@@ -1094,7 +1094,7 @@ gupnp_didl_lite_resource_set_size (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_size64
+ * gupnp_didl_lite_resource_set_size64:
* @resource: A #GUPnPDIDLLiteResource
* @size: The size (in bytes)
*
@@ -1128,7 +1128,7 @@ gupnp_didl_lite_resource_set_size64 (GUPnPDIDLLiteResource *resource,
/**
- * gupnp_didl_lite_resource_set_duration
+ * gupnp_didl_lite_resource_set_duration:
* @resource: A #GUPnPDIDLLiteResource
* @duration: The duration (in seconds)
*
@@ -1163,7 +1163,7 @@ gupnp_didl_lite_resource_set_duration (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_bitrate
+ * gupnp_didl_lite_resource_set_bitrate:
* @resource: A #GUPnPDIDLLiteResource
* @bitrate: The bitrate
*
@@ -1195,7 +1195,7 @@ gupnp_didl_lite_resource_set_bitrate (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_sample_freq
+ * gupnp_didl_lite_resource_set_sample_freq:
* @resource: A #GUPnPDIDLLiteResource
* @sample_freq: The sample frequency
*
@@ -1227,7 +1227,7 @@ gupnp_didl_lite_resource_set_sample_freq (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_bits_per_sample
+ * gupnp_didl_lite_resource_set_bits_per_sample:
* @resource: A #GUPnPDIDLLiteResource
* @sample_size: The number of bits per sample
*
@@ -1260,7 +1260,7 @@ gupnp_didl_lite_resource_set_bits_per_sample
}
/**
- * gupnp_didl_lite_resource_set_protection
+ * gupnp_didl_lite_resource_set_protection:
* @resource: A #GUPnPDIDLLiteResource
* @protection: The protection system identifier as string
*
@@ -1283,7 +1283,7 @@ gupnp_didl_lite_resource_set_protection (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_audio_channels
+ * gupnp_didl_lite_resource_set_audio_channels:
* @resource: A #GUPnPDIDLLiteResource
* @n_channels: The number of channels
*
@@ -1315,7 +1315,7 @@ gupnp_didl_lite_resource_set_audio_channels (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_width
+ * gupnp_didl_lite_resource_set_width:
* @resource: A #GUPnPDIDLLiteResource
* @width: The width
*
@@ -1350,7 +1350,7 @@ gupnp_didl_lite_resource_set_width (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_height
+ * gupnp_didl_lite_resource_set_height:
* @resource: A #GUPnPDIDLLiteResource
* @height: The height
*
@@ -1386,7 +1386,7 @@ gupnp_didl_lite_resource_set_height (GUPnPDIDLLiteResource *resource,
}
/**
- * gupnp_didl_lite_resource_set_color_depth
+ * gupnp_didl_lite_resource_set_color_depth:
* @resource: A #GUPnPDIDLLiteResource
* @color_depth: The color-depth
*
diff --git a/libgupnp-av/gupnp-didl-lite-writer.c b/libgupnp-av/gupnp-didl-lite-writer.c
index 7e01541..b25493e 100644
--- a/libgupnp-av/gupnp-didl-lite-writer.c
+++ b/libgupnp-av/gupnp-didl-lite-writer.c
@@ -402,7 +402,7 @@ gupnp_didl_lite_writer_class_init (GUPnPDIDLLiteWriterClass *klass)
g_type_class_add_private (klass, sizeof (GUPnPDIDLLiteWriterPrivate));
/**
- * GUPnPDIDLLiteWriter:xml-node
+ * GUPnPDIDLLiteWriter:xml-node:
*
* The pointer to root node in XML document.
**/
@@ -419,7 +419,7 @@ gupnp_didl_lite_writer_class_init (GUPnPDIDLLiteWriterClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPDIDLLiteWriter:language
+ * GUPnPDIDLLiteWriter:language:
*
* The language the DIDL-Lite fragment is in.
*
diff --git a/libgupnp-av/gupnp-last-change-parser.c b/libgupnp-av/gupnp-last-change-parser.c
index 42e190f..81dbfdf 100644
--- a/libgupnp-av/gupnp-last-change-parser.c
+++ b/libgupnp-av/gupnp-last-change-parser.c
@@ -116,7 +116,7 @@ get_instance_node (xmlDoc *doc,
}
/**
- * gupnp_last_change_parser_new
+ * gupnp_last_change_parser_new:
*
* Return value: A new #GUPnPLastChangeParser
**/
@@ -128,7 +128,7 @@ gupnp_last_change_parser_new (void)
}
/**
- * gupnp_last_change_parser_parse_last_change_valist
+ * gupnp_last_change_parser_parse_last_change_valist:
* @parser: A #GUPnPLastChangeParser
* @instance_id: The ID of the AV instance caller is interested in
* @last_change_xml: The xml from the "LastChange" event to parse
@@ -214,7 +214,7 @@ gupnp_last_change_parser_parse_last_change_valist
}
/**
- * gupnp_last_change_parser_parse_last_change
+ * gupnp_last_change_parser_parse_last_change:
* @parser: A #GUPnPLastChangeParser
* @instance_id: The ID of the AV instance caller is interested in
* @last_change_xml: The xml from the "LastChange" event to parse
diff --git a/libgupnp-av/gupnp-protocol-info.c b/libgupnp-av/gupnp-protocol-info.c
index 99c7ed3..e7a933f 100644
--- a/libgupnp-av/gupnp-protocol-info.c
+++ b/libgupnp-av/gupnp-protocol-info.c
@@ -456,7 +456,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
g_type_class_add_private (klass, sizeof (GUPnPProtocolInfoPrivate));
/**
- * GUPnPProtocolInfo:protocol
+ * GUPnPProtocolInfo:protocol:
*
* The protocol of this info.
**/
@@ -473,7 +473,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:network
+ * GUPnPProtocolInfo:network:
*
* The network this info is associated with.
**/
@@ -491,7 +491,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:mime-type
+ * GUPnPProtocolInfo:mime-type:
*
* The MIME-type of this info.
**/
@@ -508,7 +508,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:dlna-profile
+ * GUPnPProtocolInfo:dlna-profile:
*
* The DLNA profile of this info.
**/
@@ -525,7 +525,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:play-speeds
+ * GUPnPProtocolInfo:play-speeds:
*
* The allowed play speeds on this info in the form of array of
* strings.
@@ -545,7 +545,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:dlna-conversion
+ * GUPnPProtocolInfo:dlna-conversion:
*
* The DLNA conversion flags.
**/
@@ -563,7 +563,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:dlna-operation
+ * GUPnPProtocolInfo:dlna-operation:
*
* The DLNA operation flags.
**/
@@ -581,7 +581,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
G_PARAM_STATIC_BLURB));
/**
- * GUPnPProtocolInfo:dlna-flags
+ * GUPnPProtocolInfo:dlna-flags:
*
* Various generic DLNA flags.
**/
@@ -600,7 +600,7 @@ gupnp_protocol_info_class_init (GUPnPProtocolInfoClass *klass)
}
/**
- * gupnp_protocol_info_new
+ * gupnp_protocol_info_new:
*
* Return value: A new #GUPnPProtocolInfo object. Unref after usage.
**/
@@ -612,7 +612,7 @@ gupnp_protocol_info_new ()
}
/**
- * gupnp_protocol_info_new_from_string
+ * gupnp_protocol_info_new_from_string:
* @protocol_info: The protocol info string
* @error: The location where to store any error, or NULL
*
@@ -660,7 +660,7 @@ gupnp_protocol_info_new_from_string (const char *protocol_info,
}
/**
- * gupnp_protocol_info_to_string
+ * gupnp_protocol_info_to_string:
* @info: The #GUPnPProtocolInfo
*
* Provides the string representation of @info.
@@ -701,7 +701,7 @@ gupnp_protocol_info_to_string (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_protocol
+ * gupnp_protocol_info_get_protocol:
* @info: A #GUPnPProtocolInfo
*
* Get the protocol of this info.
@@ -718,7 +718,7 @@ gupnp_protocol_info_get_protocol (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_network
+ * gupnp_protocol_info_get_network:
* @info: A #GUPnPProtocolInfo
*
* Get the network this info is associated with.
@@ -734,7 +734,7 @@ gupnp_protocol_info_get_network (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_mime_type
+ * gupnp_protocol_info_get_mime_type:
* @info: A #GUPnPProtocolInfo
*
* Get the MIME-type of this info.
@@ -751,7 +751,7 @@ gupnp_protocol_info_get_mime_type (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_dlna_profile
+ * gupnp_protocol_info_get_dlna_profile:
* @info: A #GUPnPProtocolInfo
*
* Get the DLNA profile of this info.
@@ -768,7 +768,7 @@ gupnp_protocol_info_get_dlna_profile (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_play_speeds
+ * gupnp_protocol_info_get_play_speeds:
* @info: A #GUPnPProtocolInfo
*
* Get the allowed play speeds on this info in the form of array of strings.
@@ -785,7 +785,7 @@ gupnp_protocol_info_get_play_speeds (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_dlna_conversion
+ * gupnp_protocol_info_get_dlna_conversion:
* @info: A #GUPnPProtocolInfo
*
* Get the DLNA conversion flags.
@@ -802,7 +802,7 @@ gupnp_protocol_info_get_dlna_conversion (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_dlna_operation
+ * gupnp_protocol_info_get_dlna_operation:
* @info: A #GUPnPProtocolInfo
*
* Get the DLNA operation flags.
@@ -819,7 +819,7 @@ gupnp_protocol_info_get_dlna_operation (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_get_dlna_flags
+ * gupnp_protocol_info_get_dlna_flags:
* @info: A #GUPnPProtocolInfo
*
* Get the gereric DLNA flags.
@@ -836,7 +836,7 @@ gupnp_protocol_info_get_dlna_flags (GUPnPProtocolInfo *info)
}
/**
- * gupnp_protocol_info_set_protocol
+ * gupnp_protocol_info_set_protocol:
* @info: A #GUPnPProtocolInfo
* @protocol: The protocol string
*
@@ -858,7 +858,7 @@ gupnp_protocol_info_set_protocol (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_network
+ * gupnp_protocol_info_set_network:
* @info: A #GUPnPProtocolInfo
* @network: The network string
*
@@ -880,7 +880,7 @@ gupnp_protocol_info_set_network (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_mime_type
+ * gupnp_protocol_info_set_mime_type:
* @info: A #GUPnPProtocolInfo
* @mime_type: The MIME-type string
*
@@ -902,7 +902,7 @@ gupnp_protocol_info_set_mime_type (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_dlna_profile
+ * gupnp_protocol_info_set_dlna_profile:
* @info: A #GUPnPProtocolInfo
* @profile: The DLNA profile string
*
@@ -924,7 +924,7 @@ gupnp_protocol_info_set_dlna_profile (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_play_speeds
+ * gupnp_protocol_info_set_play_speeds:
* @info: A #GUPnPProtocolInfo
* @speeds: The allowed play speeds
*
@@ -946,7 +946,7 @@ gupnp_protocol_info_set_play_speeds (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_dlna_conversion
+ * gupnp_protocol_info_set_dlna_conversion:
* @info: A #GUPnPProtocolInfo
* @conversion: The bitwise OR of one or more DLNA conversion flags
*
@@ -966,7 +966,7 @@ gupnp_protocol_info_set_dlna_conversion (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_dlna_operation
+ * gupnp_protocol_info_set_dlna_operation:
* @info: A #GUPnPProtocolInfo
* @operation: The bitwise OR of one or more DLNA operation flags
*
@@ -986,7 +986,7 @@ gupnp_protocol_info_set_dlna_operation (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_set_dlna_flags
+ * gupnp_protocol_info_set_dlna_flags:
* @info: A #GUPnPProtocolInfo
* @flags: The bitwise OR of one or more generic DLNA flags
*
@@ -1006,7 +1006,7 @@ gupnp_protocol_info_set_dlna_flags (GUPnPProtocolInfo *info,
}
/**
- * gupnp_protocol_info_is_compatible
+ * gupnp_protocol_info_is_compatible:
* @info1: The first #GUPnPProtocolInfo
* @info2: The second #GUPnPProtocolInfo
*
diff --git a/libgupnp-av/gupnp-search-criteria-parser.c b/libgupnp-av/gupnp-search-criteria-parser.c
index b94ee31..9ada04b 100644
--- a/libgupnp-av/gupnp-search-criteria-parser.c
+++ b/libgupnp-av/gupnp-search-criteria-parser.c
@@ -228,7 +228,7 @@ gupnp_search_criteria_parser_class_init
object_class->finalize = gupnp_search_criteria_parser_finalize;
/**
- * GUPnPSearchCriteriaParser::begin-parens
+ * GUPnPSearchCriteriaParser::begin-parens:
* @parser: The #GUPnPSearchCriteriaParser that received the signal
*
* The ::begin_parens signal is emitted to mark the beginning of a
@@ -247,7 +247,7 @@ gupnp_search_criteria_parser_class_init
0);
/**
- * GUPnPSearchCriteriaParser::end-parens
+ * GUPnPSearchCriteriaParser::end-parens:
* @parser: The #GUPnPSearchCriteriaParser that received the signal
*
* The ::end_parens signal is emitted to mark the end of a parenthetical
@@ -266,7 +266,7 @@ gupnp_search_criteria_parser_class_init
0);
/**
- * GUPnPSearchCriteriaParser::conjunction
+ * GUPnPSearchCriteriaParser::conjunction:
* @parser: The #GUPnPSearchCriteriaParser that received the signal
*
* The ::conjuction signal is emitted whenever a conjuction marker
@@ -285,7 +285,7 @@ gupnp_search_criteria_parser_class_init
0);
/**
- * GUPnPSearchCriteriaParser::disjunction
+ * GUPnPSearchCriteriaParser::disjunction:
* @parser: The #GUPnPSearchCriteriaParser that received the signal
*
* The ::disjuction signal is emitted whenever a disjuction marker
@@ -304,7 +304,7 @@ gupnp_search_criteria_parser_class_init
0);
/**
- * GUPnPSearchCriteriaParser::expression
+ * GUPnPSearchCriteriaParser::expression:
* @parser: The #GUPnPSearchCriteriaParser that received the signal
* @property: The property
* @op: The operator as #GUPnPSearchCriteriaOp
@@ -335,7 +335,7 @@ gupnp_search_criteria_parser_class_init
}
/**
- * gupnp_search_criteria_parser_new
+ * gupnp_search_criteria_parser_new:
*
* Return value: A new #GUPnPSearchCriteriaParser object.
**/
@@ -554,7 +554,7 @@ scan_search_exp (GUPnPSearchCriteriaParser *parser,
}
/**
- * gupnp_search_criteria_parser_parse_text
+ * gupnp_search_criteria_parser_parse_text:
* @parser: A #GUPnPSearchCriteriaParser
* @text: The search criteria string to be parsed
* @error: The location where to store the error information if any, or NULL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]