projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2daea9e
)
label: Fix markup doc example
author
Thomas Lange
<thomas-lange2@gmx.de>
Thu, 17 Nov 2022 03:46:01 +0000
(
03:46
+0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 17 Nov 2022 03:46:01 +0000
(
03:46
+0000)
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 5f8dd50d2d87e3155a9867c6a03cd16363a9de42..8074cb4b1f4abdfb8a7868e79e3232a6ccb77f7f 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-232,8
+232,8
@@
*
* ```c
* const char *text =
- * "Go to the"
- * "<a href=\"http
://www.gtk.org
title=\"<i>Our</i> website\">"
+ * "Go to the
"
+ * "<a href=\"http
s://www.gtk.org\"
title=\"<i>Our</i> website\">"
* "GTK website</a> for more...";
* GtkWidget *label = gtk_label_new (NULL);
* gtk_label_set_markup (GTK_LABEL (label), text);