gst/gstvalue.*: Add more missing "Since:" tags to docs.
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 12 Dec 2007 14:04:14 +0000 (14:04 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 12 Dec 2007 14:04:14 +0000 (14:04 +0000)
Original commit message from CVS:
* gst/gstvalue.c:
* gst/gstvalue.h:
Add more missing "Since:" tags to docs.

ChangeLog
gst/gstvalue.c
gst/gstvalue.h

index 4a4bb3e..ad4a67b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-12-12  Stefan Kost  <ensonic@users.sf.net>
 
+       * gst/gstvalue.c:
+       * gst/gstvalue.h:
+         Add more missing "Since:" tags to docs.
+
+2007-12-12  Stefan Kost  <ensonic@users.sf.net>
+
        * gst/gstutils.c:
          Add mising "Since:" to docs.
 
index 3416e80..6e44108 100644 (file)
@@ -1292,6 +1292,8 @@ gst_value_deserialize_caps (GValue * dest, const gchar * s)
  * @structure: the structure to set the value to
  *
  * Sets the contents of @value to @structure.  The actual
+ *
+ * Since: 0.10.15
  */
 void
 gst_value_set_structure (GValue * value, const GstStructure * structure)
@@ -1308,6 +1310,8 @@ gst_value_set_structure (GValue * value, const GstStructure * structure)
  * Gets the contents of @value.
  *
  * Returns: the contents of @value
+ *
+ * Since: 0.10.15
  */
 const GstStructure *
 gst_value_get_structure (const GValue * value)
index 09a77c9..3209337 100644 (file)
@@ -146,6 +146,8 @@ G_BEGIN_DECLS
  * @x: the #GValue to check
  *
  * Checks if the given #GValue contains a #GST_TYPE_STRUCTURE value.
+ *
+ * Since: 0.10.15
  */
 #define GST_VALUE_HOLDS_STRUCTURE(x)           (G_VALUE_HOLDS(x, GST_TYPE_STRUCTURE))