summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index e6e78f24..89e30cbc 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -517,6 +517,8 @@ pango_layout_set_font_description (PangoLayout *layout,
* or %NULL if the font description from the layout's
* context is inherited. This value is owned by the layout
* and must not be modified or freed.
+ *
+ * Since: 1.8
**/
G_CONST_RETURN PangoFontDescription *
pango_layout_get_font_description (PangoLayout *layout)
@@ -612,6 +614,8 @@ pango_layout_set_auto_dir (PangoLayout *layout,
*
* Return value: %TRUE if the bidirectional base direction
* is computed from the layout's contents, %FALSE otherwise.
+ *
+ * Since: 1.4
**/
gboolean
pango_layout_get_auto_dir (PangoLayout *layout)
@@ -1059,6 +1063,7 @@ pango_layout_get_line (PangoLayout *layout,
*
* Converts an index within a line to a X position.
*
+ * Since: 1.4
**/
void
pango_layout_line_index_to_x (PangoLayoutLine *line,