summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-12-10 21:44:59 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2021-12-10 21:45:03 +0100
commitb9b9ec59c6a3f65936c6e7096478c6c205f2e106 (patch)
tree66738c81bc893f468c82cefe2c2983e21d64500e
parentc5071de2aeeb45f16192a00503350544e342bf4f (diff)
downloadpango-b9b9ec59c6a3f65936c6e7096478c6c205f2e106.tar.gz
g-i: add missing since annotations
-rw-r--r--pango/pango-layout.h6
1 files changed, 6 insertions, 0 deletions
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,