summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-10-27 13:39:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-11-01 13:58:10 -0400
commit745c348ff8f07815abaf8b437fb5c914f5c60c85 (patch)
treeee664a1884146e663c4c24fd21e9f66122ca0dd7 /gtk/gtktextview.h
parent72a9c532620e42f2381b62c592327af5082e6790 (diff)
downloadgtk+-745c348ff8f07815abaf8b437fb5c914f5c60c85.tar.gz
Make GtkTextAttributes private
This is a problematic struct, and giving direct access to it has kept us from making improvements to GtkTextView. Drop it from the public API, together with the auxiliary APIs. If it turns out that this functionality is needed, we should add individual getters.
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index cf57944873..7d1f9be5b0 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -431,10 +431,6 @@ void gtk_text_view_set_tabs (GtkTextView *text_vi
GDK_AVAILABLE_IN_ALL
PangoTabArray* gtk_text_view_get_tabs (GtkTextView *text_view);
-/* note that the return value of this changes with the theme */
-GDK_AVAILABLE_IN_ALL
-GtkTextAttributes* gtk_text_view_get_default_attributes (GtkTextView *text_view);
-
GDK_AVAILABLE_IN_3_6
void gtk_text_view_set_input_purpose (GtkTextView *text_view,
GtkInputPurpose purpose);