diff options
author | Havoc Pennington <hp@pobox.com> | 2000-12-14 04:54:03 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-14 04:54:03 +0000 |
commit | bacb35ba3cdc5d089d7cc07006c54cff957081d7 (patch) | |
tree | a9fb9c1a4accc7961243be1762c5852fe5520a8e /gtk/gtktextchild.c | |
parent | 02eac1c64dd8bf93136656500633cc0ec903e1f0 (diff) | |
download | gtk+-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/gtktextchild.c')
-rw-r--r-- | gtk/gtktextchild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c index 5595e2d4ce..c6075bb60d 100644 --- a/gtk/gtktextchild.c +++ b/gtk/gtktextchild.c @@ -142,7 +142,7 @@ child_segment_delete_func (GtkTextLineSegment *seg, GSList *tmp_list; GSList *copy; - gtk_text_btree_unregister_child_anchor (seg->body.child.obj); + _gtk_text_btree_unregister_child_anchor (seg->body.child.obj); seg->body.child.tree = NULL; seg->body.child.line = NULL; |