From 4b5d2180677a081f6ce69de63e595863d8ffc759 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 17 Jun 2022 00:15:46 +0300 Subject: [PATCH] inscription: Add missing Since annotations --- gtk/gtkinscription.c | 2 ++ gtk/gtkinscription.h | 2 ++ 2 files changed, 4 insertions(+) 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,