summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-11-21 10:52:35 +0000
committerDaniel Boles <dboles@src.gnome.org>2017-11-22 20:48:02 +0000
commit260a6aaa71db9c017641feb6c4b64f73bc18a2fb (patch)
tree9d861988116118b5eae6ac3148723b09dacbdd98
parent55e8736613e637f2742b78477144aae7117ec9e3 (diff)
downloadgtk+-260a6aaa71db9c017641feb6c4b64f73bc18a2fb.tar.gz
doc: TextLayout: Add missing (out) annotations
and move from (allow-none) to (optional)
-rw-r--r--gtk/gtktextlayout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextlayout.c b/gtk/gtktextlayout.c
index 9bd55829ae..31dbff6343 100644
--- a/gtk/gtktextlayout.c
+++ b/gtk/gtktextlayout.c
@@ -2828,8 +2828,8 @@ gtk_text_layout_get_iter_at_position (GtkTextLayout *layout,
* gtk_text_layout_get_cursor_locations:
* @layout: a #GtkTextLayout
* @iter: a #GtkTextIter
- * @strong_pos: (allow-none): location to store the strong cursor position (may be %NULL)
- * @weak_pos: (allow-none): location to store the weak cursor position (may be %NULL)
+ * @strong_pos: (out) (optional): location to store the strong cursor position, or %NULL
+ * @weak_pos: (out) (optional): location to store the weak cursor position, or %NULL
*
* Given an iterator within a text layout, determine the positions of the
* strong and weak cursors if the insertion point is at that