docs: add Since tag to docs for new API
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 24 Oct 2009 09:21:30 +0000 (10:21 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 24 Oct 2009 09:31:08 +0000 (10:31 +0100)
And tell gtk-doc that GstRegistryPrivate is private.

docs/gst/gstreamer-sections.txt
gst/gstpluginfeature.c

index 8dec231..f6798e6 100644 (file)
@@ -1987,6 +1987,7 @@ GST_MAGIC_BINARY_REGISTRY_STR
 GST_MAGIC_BINARY_VERSION_STR
 GST_MAGIC_BINARY_VERSION_LEN
 gst_registry_get_type
+GstRegistryPrivate
 </SECTION>
 
 
index ebce972..15de809 100644 (file)
@@ -267,6 +267,8 @@ gst_plugin_feature_list_free (GList * list)
  * when done with the list.
  *
  * Returns: a copy of @list, with each feature's reference count incremented.
+ *
+ * Since: 0.10.26
  */
 GList *
 gst_plugin_feature_list_copy (GList * list)