Really stop exporting text-related variables

This commit is contained in:
Matthias Clasen 2010-09-09 22:11:36 -04:00
parent 95eb4a868e
commit 149b84dacf
2 changed files with 8 additions and 8 deletions

View File

@ -266,7 +266,7 @@ struct _GtkTextLineDisplay
};
#ifdef GTK_COMPILATION
extern PangoAttrType gtk_text_attr_appearance_type;
extern G_GNUC_INTERNAL PangoAttrType gtk_text_attr_appearance_type;
#endif
GType gtk_text_layout_get_type (void) G_GNUC_CONST;

View File

@ -43,17 +43,17 @@ typedef struct _GtkTextMarkBody GtkTextMarkBody;
*/
/* In gtktextbtree.c */
extern const GtkTextLineSegmentClass gtk_text_char_type;
extern const GtkTextLineSegmentClass gtk_text_toggle_on_type;
extern const GtkTextLineSegmentClass gtk_text_toggle_off_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_char_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_toggle_on_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_toggle_off_type;
/* In gtktextmark.c */
extern const GtkTextLineSegmentClass gtk_text_left_mark_type;
extern const GtkTextLineSegmentClass gtk_text_right_mark_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_left_mark_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_right_mark_type;
/* In gtktextchild.c */
extern const GtkTextLineSegmentClass gtk_text_pixbuf_type;
extern const GtkTextLineSegmentClass gtk_text_child_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_pixbuf_type;
extern G_GNUC_INTERNAL const GtkTextLineSegmentClass gtk_text_child_type;
/*
* UTF 8 Stubs