summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-01 22:36:26 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:37 +0000
commit7173223df5e8712e1eafe1be86317a83b9d4e1f3 (patch)
tree81ea053107e17447490ffffa38773eb9709793df
parent186d2c29643bf06bb35c1c62646c45b3dacc75f9 (diff)
downloadgtk+-7173223df5e8712e1eafe1be86317a83b9d4e1f3.tar.gz
cellareacontext: Add a summary
-rw-r--r--gtk/gtkcellareacontext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcellareacontext.c b/gtk/gtkcellareacontext.c
index d0c189aec6..f2ce80b3f5 100644
--- a/gtk/gtkcellareacontext.c
+++ b/gtk/gtkcellareacontext.c
@@ -20,9 +20,9 @@
*/
/**
- * SECTION:gtkcellareacontext
- * @Short_Description: Stores geometrical information for a series of rows in a GtkCellArea
- * @Title: GtkCellAreaContext
+ * GtkCellAreaContext:
+ *
+ * Stores geometrical information for a series of rows in a GtkCellArea
*
* The #GtkCellAreaContext object is created by a given #GtkCellArea
* implementation via its #GtkCellAreaClass.create_context() virtual