Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-10-17 15:47:52 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2022-10-17 15:47:52 +0300
commit676b061af3ffc1bd8e78ff4cc6bddaeeb247f2d9 (patch)
tree7ca9fd2eecca4555054a3bb6756b44fa793f0df9 /text
parent6da4192fe62cb042591c0a3dcfafc6caab03cb5c (diff)
textahead: fix pango markup URL
The old one no longer works.
Diffstat (limited to 'text')
-rw-r--r--text/ahead/src/textahead/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/text/ahead/src/textahead/imp.rs b/text/ahead/src/textahead/imp.rs
index 7aa99f49d..de158094b 100644
--- a/text/ahead/src/textahead/imp.rs
+++ b/text/ahead/src/textahead/imp.rs
@@ -119,7 +119,7 @@ impl ObjectImpl for TextAhead {
.default_value(&*default.separator)
.mutable_playing()
.build(),
- // See https://developer.gimp.org/api/2.0/pango/PangoMarkupFormat.html for pango attributes
+ // See https://docs.gtk.org/Pango/pango_markup.html for pango attributes
glib::ParamSpecString::builder("current-attributes")
.nick("Current attributes")
.blurb("Pango span attributes to set on the text from the current buffer")