[gtk: 1/2] fix docs for gtk_accessible_update_relation example
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk: 1/2] fix docs for gtk_accessible_update_relation example
- Date: Wed,  9 Mar 2022 18:22:55 +0000 (UTC)
commit 20c41dce8046e0b6a5a55cd4be0a169254866cea
Author: Caolán McNamara <caolanm redhat com>
Date:   Wed Mar 9 12:27:32 2022 +0000
    fix docs for gtk_accessible_update_relation example
 gtk/gtkaccessible.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c
index a5a8797ddd..ce4fdb07bf 100644
--- 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);
  * ```
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]