summaryrefslogtreecommitdiff
path: root/gtk/gtkheaderbarprivate.h
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-04-22 21:35:32 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-04-22 23:01:12 +0500
commitcead405831703444622fd7f27239763df62276f4 (patch)
treea072ca08afe10a93539710200656c389f98781a7 /gtk/gtkheaderbarprivate.h
parent2240eb5c9925df26a8fd41b4ba8be003abf95e94 (diff)
downloadgtk+-cead405831703444622fd7f27239763df62276f4.tar.gz
header-bar: Don't assume there's only one icon
Instead of tracking the titlebar icon widget, and updating it when the icon changes, update the window buttons completely.
Diffstat (limited to 'gtk/gtkheaderbarprivate.h')
-rw-r--r--gtk/gtkheaderbarprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkheaderbarprivate.h b/gtk/gtkheaderbarprivate.h
index 3fb3eb1e3b..11d8ed0748 100644
--- a/gtk/gtkheaderbarprivate.h
+++ b/gtk/gtkheaderbarprivate.h
@@ -26,8 +26,6 @@ G_BEGIN_DECLS
void _gtk_header_bar_track_default_decoration (GtkHeaderBar *bar);
void _gtk_header_bar_update_window_buttons (GtkHeaderBar *bar);
-gboolean _gtk_header_bar_update_window_icon (GtkHeaderBar *bar,
- GtkWindow *window);
G_END_DECLS