2.0: Remove all Since: annotations

We're starting from scratch.
This commit is contained in:
Emmanuele Bassi
2012-08-27 09:48:36 +01:00
parent f1846bcb53
commit e3259435f2
218 changed files with 1853 additions and 2038 deletions

View File

@ -111,7 +111,7 @@ clutter_layout_meta_class_init (ClutterLayoutMetaClass *klass)
*
* The #ClutterLayoutManager that created this #ClutterLayoutMeta.
*
* Since: 1.2
*
*/
pspec = g_param_spec_object ("manager",
P_("Manager"),
@ -136,7 +136,7 @@ clutter_layout_meta_init (ClutterLayoutMeta *self)
*
* Return value: (transfer none): a #ClutterLayoutManager
*
* Since: 1.2
*
*/
ClutterLayoutManager *
clutter_layout_meta_get_manager (ClutterLayoutMeta *data)