summaryrefslogtreecommitdiff
path: root/gtk/gtkshow.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-08-04 15:12:12 +0100
committerJavier Jardón <jjardon@gnome.org>2017-08-28 23:47:36 +0100
commitbc3968d2ff02ded9726b07d0cff30b1ea933b67d (patch)
treeae7cd7e712dc4214ff5152a6f2ef1b3c05cdda59 /gtk/gtkshow.h
parentd3954f614c99a9a886c7d57fa92ef39753c7ff79 (diff)
downloadgtk+-bc3968d2ff02ded9726b07d0cff30b1ea933b67d.tar.gz
gtk/gtkshow: Remove deprected gtk_show_uri()
Diffstat (limited to 'gtk/gtkshow.h')
-rw-r--r--gtk/gtkshow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkshow.h b/gtk/gtkshow.h
index 9df0743509..9c751c44af 100644
--- a/gtk/gtkshow.h
+++ b/gtk/gtkshow.h
@@ -29,12 +29,6 @@
G_BEGIN_DECLS
-GDK_DEPRECATED_IN_3_22_FOR(gtk_show_uri_on_window)
-gboolean gtk_show_uri (GdkScreen *screen,
- const gchar *uri,
- guint32 timestamp,
- GError **error);
-
GDK_AVAILABLE_IN_3_22
gboolean gtk_show_uri_on_window (GtkWindow *parent,
const char *uri,