summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r--gtk/gtktextmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index 13587007bc..4e20eb300c 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -128,7 +128,7 @@ gtk_text_mark_finalize (GObject *obj)
}
/**
- * gtk_text_mark_is_visible:
+ * gtk_text_mark_get_visible:
* @mark: a #GtkTextMark
*
* Returns %TRUE if the mark is visible (i.e. a cursor is displayed
@@ -137,7 +137,7 @@ gtk_text_mark_finalize (GObject *obj)
* Return value: %TRUE if visible
**/
gboolean
-gtk_text_mark_is_visible (GtkTextMark *mark)
+gtk_text_mark_get_visible (GtkTextMark *mark)
{
GtkTextLineSegment *seg;