plugin: add since: tags for the api docs.

The previous related commit added new API.
API: add gst_plugin_get_cache_data, gst_plugin_set_cache_data
This commit is contained in:
Stefan Kost 2009-06-10 18:05:47 +03:00
parent a6999575d5
commit 094d71f004

View file

@ -868,6 +868,8 @@ gst_plugin_is_loaded (GstPlugin * plugin)
* stored. This is the case when the registry is getting rebuild. * stored. This is the case when the registry is getting rebuild.
* *
* Returns: The cached data as a #GstStructure or %NULL. * Returns: The cached data as a #GstStructure or %NULL.
*
* Since: 0.10.24
*/ */
G_CONST_RETURN GstStructure * G_CONST_RETURN GstStructure *
gst_plugin_get_cache_data (GstPlugin * plugin) gst_plugin_get_cache_data (GstPlugin * plugin)
@ -886,6 +888,8 @@ gst_plugin_get_cache_data (GstPlugin * plugin)
* the @plugin. * the @plugin.
* *
* The cache is flushed every time the registry is rebuild. * The cache is flushed every time the registry is rebuild.
*
* Since: 0.10.24
*/ */
void void
gst_plugin_set_cache_data (GstPlugin * plugin, GstStructure * cache_data) gst_plugin_set_cache_data (GstPlugin * plugin, GstStructure * cache_data)