Merge branch 'alatiera/inscription-since' into 'main'

inscription: Add missing Since annotations

See merge request GNOME/gtk!4815
This commit is contained in:
Matthias Clasen 2022-06-17 22:38:16 +00:00
commit 381c34783d
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,