inscription: Add missing Since annotations

This commit is contained in:
Jordan Petridis 2022-06-17 00:15:46 +03:00
parent 8944493eca
commit 4b5d218067
2 changed files with 4 additions and 0 deletions

View File

@ -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 "..." */

View File

@ -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,