fix docs for gtk_accessible_update_relation example

This commit is contained in:
Caolán McNamara 2022-03-09 12:27:32 +00:00
parent ead210c170
commit 20c41dce80

View File

@ -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);
* ```