summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-01-14 14:00:56 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-01-14 17:39:28 -0500
commitbf4b40f17e20dfc40dbb9045e265f29de6c20bdc (patch)
treecf3df8f82604ec7c1c3ef28e7dd71ce9ab1971ce /docs
parent7aba9e3295e2125ae9fade1352b23ffc012369fa (diff)
downloadgtk+-bf4b40f17e20dfc40dbb9045e265f29de6c20bdc.tar.gz
docs: Update deprecations for gtk_show_uri
We have a better replacement now.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-4to5.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-4to5.md b/docs/reference/gtk/migrating-4to5.md
index a6bf2262d8..04a8b19c5f 100644
--- a/docs/reference/gtk/migrating-4to5.md
+++ b/docs/reference/gtk/migrating-4to5.md
@@ -105,3 +105,7 @@ retire it. If you need such a widget, it is relatively trivial to create one
using a [class@Gtk.Revealer] with labels and buttons.
Other libraries, such as libadwaita, may provide replacements as well.
+
+## gtk_show_uri is being replaced
+
+Instead of gtk_show_uri(), you should use GtkUriLauncher or GtkFileLauncher.