Skip to content

Commit

Permalink
Underscorify barrier_id for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Mar 30, 2022
1 parent da3f386 commit 26911d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions data/org.freedesktop.impl.portal.InputCapture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
Supported keys in the @barriers vardicts include:
<variablelist>
<varlistentry>
<term>barrier-id u</term>
<term>barrier_id u</term>
<listitem><para>
The non-zero id of this barrier. This id is used in the
#org.freedesktop.portal.impl.InputCapture::Activated signal to inform
Expand Down Expand Up @@ -171,8 +171,8 @@
<varlistentry>
<term>failed_barriers au</term>
<listitem><para>
An array of barrier-ids of pointer barriers that have been denied. The
id matches the barrier-id of the entries in the @barriers argument.
An array of barrier_ids of pointer barriers that have been denied. The
id matches the barrier_id of the entries in the @barriers argument.
</para></listitem>
</varlistentry>
</variablelist>
Expand Down Expand Up @@ -330,7 +330,7 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term>barrier-id u</term>
<term>barrier_id u</term>
<listitem><para>
The barrier id of the barrier that triggered. If the value is
nonzero, it matches the barrier id as specified in
Expand Down
8 changes: 4 additions & 4 deletions data/org.freedesktop.portal.InputCapture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
Supported keys in the @barriers vardicts include:
<variablelist>
<varlistentry>
<term>barrier-id u</term>
<term>barrier_id u</term>
<listitem><para>
The non-zero id of this barrier. This id is used in the
#org.freedesktop.portal.InputCapture::Activated signal to inform
Expand All @@ -270,8 +270,8 @@
<varlistentry>
<term>failed_barriers au</term>
<listitem><para>
An array of barrier-ids of pointer barriers that have been denied. The
id matches the barrier-id of the entries in the @barriers argument.
An array of barrier_ids of pointer barriers that have been denied. The
id matches the barrier_id of the entries in the @barriers argument.
</para></listitem>
</varlistentry>
</variablelist>
Expand Down Expand Up @@ -452,7 +452,7 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term>barrier-id u</term>
<term>barrier_id u</term>
<listitem><para>
The barrier id of the barrier that triggered. If the value is
nonzero, it matches the barrier id as specified in
Expand Down

0 comments on commit 26911d3

Please sign in to comment.