From b9b9ec59c6a3f65936c6e7096478c6c205f2e106 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 10 Dec 2021 21:44:59 +0100 Subject: g-i: add missing since annotations --- pango/pango-layout.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pango/pango-layout.h b/pango/pango-layout.h index 05f8edf2..abc45ca6 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -360,6 +360,8 @@ GSList * pango_layout_get_lines_readonly (PangoLayout *layout); * Flags that influence the behavior of [method@Pango.Layout.serialize]. * * New members may be added to this enumeration over time. + * + * Since: 1.50 */ typedef enum { PANGO_LAYOUT_SERIALIZE_DEFAULT = 0, @@ -389,6 +391,8 @@ gboolean pango_layout_write_to_file (PangoLayout * not found * * Errors that can be returned by [func@Pango.Layout.deserialize]. + * + * Since: 1.50 */ typedef enum { PANGO_LAYOUT_DESERIALIZE_INVALID, @@ -408,6 +412,8 @@ GQuark pango_layout_deserialize_error_quark (void); * Flags that influence the behavior of [func@Pango.Layout.deserialize]. * * New members may be added to this enumeration over time. + * + * Since: 1.50 */ typedef enum { PANGO_LAYOUT_DESERIALIZE_DEFAULT = 0, -- cgit v1.2.1