Remove gtk_style_context_get_parent()

The function was declared and mentioned in the documentation, but it has
been removed in commit 416182a20d.
This commit is contained in:
Emmanuele Bassi
2020-02-11 17:34:09 +00:00
parent 40852ea952
commit 2a0dfa9670
2 changed files with 0 additions and 4 deletions

View File

@@ -4573,7 +4573,6 @@ GTK_STYLE_CLASS_WIDE
GtkStyleContext
gtk_style_context_add_provider
gtk_style_context_add_provider_for_display
gtk_style_context_get_parent
gtk_style_context_get_display
gtk_style_context_get_state
gtk_style_context_get_color

View File

@@ -865,9 +865,6 @@ void gtk_style_context_set_scale (GtkStyleContext *context,
GDK_AVAILABLE_IN_ALL
gint gtk_style_context_get_scale (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
GtkStyleContext *gtk_style_context_get_parent (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
GList * gtk_style_context_list_classes (GtkStyleContext *context);