diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-10-27 13:39:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-11-01 13:58:10 -0400 |
commit | 745c348ff8f07815abaf8b437fb5c914f5c60c85 (patch) | |
tree | ee664a1884146e663c4c24fd21e9f66122ca0dd7 /gtk/gtktextview.h | |
parent | 72a9c532620e42f2381b62c592327af5082e6790 (diff) | |
download | gtk+-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.h | 4 |
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); |