docs: add Since tag to docs for new API

And tell gtk-doc that GstRegistryPrivate is private.
This commit is contained in:
Tim-Philipp Müller 2009-10-24 10:21:30 +01:00
parent 5067664c09
commit 4a9e983f4a
2 changed files with 3 additions and 0 deletions

View 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>

View 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)