fix docs for gtk_accessible_update_relation example
authorCaolán McNamara <caolanm@redhat.com>
Wed, 9 Mar 2022 12:27:32 +0000 (12:27 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Mar 2022 02:06:04 +0000 (22:06 -0400)
gtk/gtkaccessible.c

index a5a8797ddd42f15801106d8ff7c02e9f6a55475e..ce4fdb07bfd87e2442c2c993658aa9780b65cf41 100644 (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);
  * ```