plugin: add since: tags for the api docs.
authorStefan Kost <ensonic@users.sf.net>
Wed, 10 Jun 2009 15:05:47 +0000 (18:05 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 10 Jun 2009 15:07:11 +0000 (18:07 +0300)
The previous related commit added new API.
API: add gst_plugin_get_cache_data, gst_plugin_set_cache_data

gst/gstplugin.c

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