[clutter/wip/hadess/api-docs: 1/2] Fix obsolete API doc for clutter_table_layout_pack()



commit 075dc4d3d5898672ab23d028a34f0387fc20e4e8
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 14 13:02:57 2019 +0100

    Fix obsolete API doc for clutter_table_layout_pack()
    
    clutter_grid_layout_attach_child() doesn't seem to have ever existed.

 clutter/deprecated/clutter-table-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/clutter/deprecated/clutter-table-layout.c b/clutter/deprecated/clutter-table-layout.c
index 51944d03d..d456128fd 100644
--- a/clutter/deprecated/clutter-table-layout.c
+++ b/clutter/deprecated/clutter-table-layout.c
@@ -1873,7 +1873,7 @@ clutter_table_layout_get_row_spacing (ClutterTableLayout *layout)
  *
  * Since: 1.4
  *
- * Deprecated: 1.18: Use clutter_grid_layout_attach_child() instead
+ * Deprecated: 1.18: Use clutter_grid_layout_attach() instead
  */
 void
 clutter_table_layout_pack (ClutterTableLayout  *layout,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]