summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextview.c')
-rw-r--r--gtk/gtktextview.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 2effe3eae2..7c6e22a248 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -2280,10 +2280,8 @@ gtk_text_view_get_buffer (GtkTextView *text_view)
* gtk_text_view_get_cursor_locations:
* @text_view: a `GtkTextView`
* @iter: (allow-none): a `GtkTextIter`
- * @strong: (out) (allow-none): location to store the strong
- * cursor position (may be %NULL)
- * @weak: (out) (allow-none): location to store the weak
- * cursor position (may be %NULL)
+ * @strong: (out) (allow-none): location to store the strong cursor position
+ * @weak: (out) (allow-none): location to store the weak cursor position
*
* Determine the positions of the strong and weak cursors if the
* insertion point is at @iter.