mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
textahead: fix pango markup URL
The old one no longer works.
This commit is contained in:
parent
6da4192fe6
commit
676b061af3
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue