summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-09 22:11:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-09 22:11:36 -0400
commit149b84dacfd9d1b58f82568d442ef1f2ed75d566 (patch)
tree471b16fb3f2a54b29addc5882b7243e4b44ec2c3
parent95eb4a868e4917b9df9677543ff0be5584383f4d (diff)
downloadgtk+-149b84dacfd9d1b58f82568d442ef1f2ed75d566.tar.gz
Really stop exporting text-related variables
-rw-r--r--gtk/gtktextlayout.h2
-rw-r--r--gtk/gtktexttypes.h14
2 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h
index 3be12a3be2..dd51e47700 100644
--- a/gtk/gtktextlayout.h
+++ b/gtk/gtktextlayout.h
@@ -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;
diff --git a/gtk/gtktexttypes.h b/gtk/gtktexttypes.h
index b8f8278c92..e482c06143 100644
--- a/gtk/gtktexttypes.h
+++ b/gtk/gtktexttypes.h
@@ -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