mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs: add Since tag to docs for new API
And tell gtk-doc that GstRegistryPrivate is private.
This commit is contained in:
parent
5067664c09
commit
4a9e983f4a
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue