diff options
author | Timm Bäder <mail@baedert.org> | 2019-01-18 08:34:59 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-01-18 19:43:51 +0100 |
commit | 11f9ae8202463352bf7fe779876501760872c385 (patch) | |
tree | a74e8068df8b6990780813b1bb17a6a05047c462 /docs | |
parent | 0e07912231bde81d874ee74003ef1dc049840296 (diff) | |
download | gtk+-11f9ae8202463352bf7fe779876501760872c385.tar.gz |
tooltip: Remove gtk_tooltip_trigger_tooltip_query
As stated by the documentation, this should be called when a widget gets
updated, but in that case, one can equally use
gtk_widget_trigger_tooltip_query.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 2e24ff6f3d..ae7361936a 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -3362,7 +3362,6 @@ gtk_tooltip_set_icon gtk_tooltip_set_icon_from_icon_name gtk_tooltip_set_icon_from_gicon gtk_tooltip_set_custom -gtk_tooltip_trigger_tooltip_query gtk_tooltip_set_tip_area <SUBSECTION Standard> GTK_TYPE_TOOLTIP |