summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-17 22:38:16 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-06-17 22:38:16 +0000
commit381c34783dcafbfbd58441e709ad0c8b4b30b72e (patch)
treeb7f9960e19f350ec0c686d73967563c20f9a3f74
parent3ea8dc02a3260a0e3220bea6abd7e854b639f14e (diff)
parent4b5d2180677a081f6ce69de63e595863d8ffc759 (diff)
downloadgtk+-381c34783dcafbfbd58441e709ad0c8b4b30b72e.tar.gz
Merge branch 'alatiera/inscription-since' into 'main'
inscription: Add missing Since annotations See merge request GNOME/gtk!4815
-rw-r--r--gtk/gtkinscription.c2
-rw-r--r--gtk/gtkinscription.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkinscription.c b/gtk/gtkinscription.c
index f44937fa69..60556684fd 100644
--- a/gtk/gtkinscription.c
+++ b/gtk/gtkinscription.c
@@ -43,6 +43,8 @@
*
* As it is a common occurrence that text doesn't fit, users of this widget should
* plan for that case.
+ *
+ * Since: 4.8
*/
/* 3 chars are enough to display ellipsizing "..." */
diff --git a/gtk/gtkinscription.h b/gtk/gtkinscription.h
index 41b2738fd8..164d05991a 100644
--- a/gtk/gtkinscription.h
+++ b/gtk/gtkinscription.h
@@ -39,6 +39,8 @@ G_BEGIN_DECLS
*
* The different methods to handle text in #GtkInscription when it doesn't
* fit the available space.
+ *
+ * Since: 4.8
*/
typedef enum {
GTK_INSCRIPTION_OVERFLOW_CLIP,