Skip to content

Commit

Permalink
[Linux] fix typos in FlAccessibleNode docs (flutter#32651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi authored May 27, 2022
1 parent d14f153 commit 689fa3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/platform/linux/fl_accessible_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ G_DECLARE_FINAL_TYPE(FlAccessibleNode,
FlAccessibleNode* fl_accessible_node_new(FlEngine* engine, int32_t id);

/**
* fl_accessible_node_new:
* fl_accessible_node_set_parent:
* @node: an #FlAccessibleNode.
* @parent: an #AtkObject.
* @index: the index of this node in the parent.
Expand All @@ -54,7 +54,7 @@ void fl_accessible_node_set_parent(FlAccessibleNode* node,
gint index);

/**
* fl_accessible_node_new:
* fl_accessible_node_set_children:
* @node: an #FlAccessibleNode.
* @children: (transfer none) (element-type AtkObject): a list of #AtkObject.
*
Expand Down

0 comments on commit 689fa3d

Please sign in to comment.