summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-12-14 04:54:03 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-14 04:54:03 +0000
commitbacb35ba3cdc5d089d7cc07006c54cff957081d7 (patch)
treea9fb9c1a4accc7961243be1762c5852fe5520a8e /gtk/gtktextmark.c
parent02eac1c64dd8bf93136656500633cc0ec903e1f0 (diff)
downloadgtk+-bacb35ba3cdc5d089d7cc07006c54cff957081d7.tar.gz
Put _ in front of every function in this header file
2000-12-13 Havoc Pennington <hp@pobox.com> * gtk/gtktextbtree.h: Put _ in front of every function in this header file * gtk/gtktext*.[hc]: update to reflect renamed btree functions
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r--gtk/gtktextmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index e18ea3295e..f4dae7c996 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -210,7 +210,7 @@ gtk_text_mark_get_buffer (GtkTextMark *mark)
if (seg->body.mark.tree == NULL)
return NULL;
else
- return gtk_text_btree_get_buffer (seg->body.mark.tree);
+ return _gtk_text_btree_get_buffer (seg->body.mark.tree);
}
/*