X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktextmarkprivate.h;h=c9e1459f8836f29bf31af114270d695944c5caf5;hb=fa4878979e0a72890ca577a210ccd7cf6291dbf0;hp=43e979736689a086c7e85aeef9bf42de29a8a392;hpb=5f72921cc19d4a2cc691783330e267d320921acc;p=~andy%2Fgtk diff --git a/gtk/gtktextmarkprivate.h b/gtk/gtktextmarkprivate.h index 43e979736..c9e1459f8 100644 --- a/gtk/gtktextmarkprivate.h +++ b/gtk/gtktextmarkprivate.h @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -49,9 +47,8 @@ struct _GtkTextMarkBody { guint not_deleteable : 1; }; -GtkTextLineSegment *_gtk_mark_segment_new (GtkTextBTree *tree, - gboolean left_gravity, - const gchar *name); +void _gtk_mark_segment_set_tree (GtkTextLineSegment *mark, + GtkTextBTree *tree); G_END_DECLS