summaryrefslogtreecommitdiff
path: root/gst/gstpluginfeature.c
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-07-10 11:46:41 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-07-10 12:03:27 +0200
commitd3ffa8263901b7e3a9936235f48b1203838edd0c (patch)
tree968c372dbb29ae66f875ae9093b83600b32240bf /gst/gstpluginfeature.c
parentebcfd0ce05c7697606f6b6ae522d0cb0e9b86b17 (diff)
Remove 0.10-related documentation and "Since" markers
Diffstat (limited to 'gst/gstpluginfeature.c')
-rw-r--r--gst/gstpluginfeature.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gst/gstpluginfeature.c b/gst/gstpluginfeature.c
index 3e1228e332..f22f2b48b1 100644
--- a/gst/gstpluginfeature.c
+++ b/gst/gstpluginfeature.c
@@ -229,8 +229,6 @@ gst_plugin_feature_list_free (GList * list)
*
* Returns: (transfer full) (element-type Gst.PluginFeature): a copy of @list,
* with each feature's reference count incremented.
- *
- * Since: 0.10.26
*/
GList *
gst_plugin_feature_list_copy (GList * list)
@@ -264,8 +262,6 @@ gst_plugin_feature_list_copy (GList * list)
* plugin features
*
* Debug the plugin feature names in @list.
- *
- * Since: 0.10.31
*/
void
gst_plugin_feature_list_debug (GList * list)
@@ -374,8 +370,6 @@ gst_plugin_feature_check_version (GstPluginFeature * feature,
* equal but the name of p1 comes before the name of p2; zero if the rank
* and names are equal; positive value if the rank of p1 < the rank of p2 or the
* ranks are equal but the name of p2 comes after the name of p1
- *
- * Since: 0.10.31
*/
gint
gst_plugin_feature_rank_compare_func (gconstpointer p1, gconstpointer p2)