X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktexttypes.h;h=3324ec9edcc054439c830ad6d504373f4e01f5b9;hb=ea65504a9b9d2e9336c6de87562d820eed82a37a;hp=78434d7bb5267e356e038190b281ed80b47f12e1;hpb=cca8dd63475ab582d8592039f1f69d7f22a3b928;p=~andy%2Fgtk diff --git a/gtk/gtktexttypes.h b/gtk/gtktexttypes.h index 78434d7bb..3324ec9ed 100644 --- a/gtk/gtktexttypes.h +++ b/gtk/gtktexttypes.h @@ -1,3 +1,29 @@ +/* GTK - The GIMP Toolkit + * gtktexttypes.h Copyright (C) 2000 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * 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. + */ + +/* + * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #ifndef __GTK_TEXT_TYPES_H__ #define __GTK_TEXT_TYPES_H__ @@ -29,17 +55,17 @@ typedef struct _GtkTextMarkBody GtkTextMarkBody; #endif /* In gtktextbtree.c */ -extern GtkTextLineSegmentClass gtk_text_char_type; -extern GtkTextLineSegmentClass gtk_text_toggle_on_type; -extern GtkTextLineSegmentClass gtk_text_toggle_off_type; +extern const GtkTextLineSegmentClass gtk_text_char_type; +extern const GtkTextLineSegmentClass gtk_text_toggle_on_type; +extern const GtkTextLineSegmentClass gtk_text_toggle_off_type; /* In gtktextmark.c */ -extern GtkTextLineSegmentClass gtk_text_left_mark_type; -extern GtkTextLineSegmentClass gtk_text_right_mark_type; +extern const GtkTextLineSegmentClass gtk_text_left_mark_type; +extern const GtkTextLineSegmentClass gtk_text_right_mark_type; /* In gtktextchild.c */ -extern GtkTextLineSegmentClass gtk_text_pixbuf_type; -extern GtkTextLineSegmentClass gtk_text_child_type; +extern const GtkTextLineSegmentClass gtk_text_pixbuf_type; +extern const GtkTextLineSegmentClass gtk_text_child_type; /* * UTF 8 Stubs