clutter: Remove all the since annotations

Since they are all refer to the days clutter used to be a separate
library

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2441>
This commit is contained in:
Bilal Elmoussaoui
2022-05-31 13:58:40 +02:00
parent 7b7e1c6fbd
commit a73ae93d59
139 changed files with 176 additions and 2640 deletions

View File

@ -32,8 +32,6 @@
*
* A #ClutterLayoutMeta wraps a [class@Actor] inside a [iface@Container]
* using a [class@LayoutManager].
*
* Since: 1.2
*/
#include "clutter-build-config.h"
@ -110,8 +108,6 @@ clutter_layout_meta_class_init (ClutterLayoutMetaClass *klass)
* ClutterLayoutMeta:manager:
*
* The [class@LayoutManager] that created this #ClutterLayoutMeta.
*
* Since: 1.2
*/
pspec = g_param_spec_object ("manager",
P_("Manager"),
@ -135,8 +131,6 @@ clutter_layout_meta_init (ClutterLayoutMeta *self)
* Retrieves the actor wrapped by @data
*
* Return value: (transfer none): a #ClutterLayoutManager
*
* Since: 1.2
*/
ClutterLayoutManager *
clutter_layout_meta_get_manager (ClutterLayoutMeta *data)