summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-12-30 06:25:57 +0100
committerMatthias Clasen <mclasen@redhat.com>2019-02-05 08:11:43 -0500
commit7abcd5ba3b0b188f10969f437a80ddb6aa9f2deb (patch)
treee7075d20cf157ef6a58b5171a9830fea848d69f0 /gtk/gtkwindow.h
parent3489ed087dc25d0a452c21a26659f6cdbe67c2cf (diff)
downloadgtk+-7abcd5ba3b0b188f10969f437a80ddb6aa9f2deb.tar.gz
window: Remove set_icon_from_file
Not all backends support setting window icons from raw pixel data, so remove the public API in GtkWindow for it.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 35143ab700..889ca89656 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -284,10 +284,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_window_set_icon_name (GtkWindow *window,
const gchar *name);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_window_set_icon_from_file (GtkWindow *window,
- const gchar *filename,
- GError **err);
-GDK_AVAILABLE_IN_ALL
GdkTexture * gtk_window_get_icon (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
const gchar * gtk_window_get_icon_name (GtkWindow *window);