projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead210c
)
fix docs for gtk_accessible_update_relation example
author
Caolán McNamara
<caolanm@redhat.com>
Wed, 9 Mar 2022 12:27:32 +0000
(12:27 +0000)
committer
Caolán McNamara
<caolanm@redhat.com>
Wed, 9 Mar 2022 16:24:47 +0000
(16:24 +0000)
gtk/gtkaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccessible.c
b/gtk/gtkaccessible.c
index a5a8797ddd42f15801106d8ff7c02e9f6a55475e..ce4fdb07bfd87e2442c2c993658aa9780b65cf41 100644
(file)
--- a/
gtk/gtkaccessible.c
+++ b/
gtk/gtkaccessible.c
@@
-425,7
+425,7
@@
gtk_accessible_reset_property (GtkAccessible *self,
* gtk_accessible_update_relation (accessible,
* GTK_ACCESSIBLE_RELATION_CONTROLS,
* ref1, NULL,
- * GTK_ACCESSIBLE_LABELLED_BY,
+ * GTK_ACCESSIBLE_
RELATION_
LABELLED_BY,
* ref1, ref2, ref3, NULL,
* -1);
* ```