Skip to content

Commit

Permalink
Merge pull request #178 from gtk-rs/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update GIR files (2023-09-17)
  • Loading branch information
bilelmoussaoui authored Sep 17, 2023
2 parents 5180aea + d991779 commit 326eb5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Atk-1.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ A string name/value pair representing a generic attribute.</doc>
</parameters>
</function>
</record>
<constant name="BINARY_AGE" value="25001" c:type="ATK_BINARY_AGE" version="2.7.4">
<constant name="BINARY_AGE" value="25010" c:type="ATK_BINARY_AGE" version="2.7.4">
<doc xml:space="preserve">Like atk_get_binary_age(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down Expand Up @@ -4558,13 +4558,13 @@ application compile time, rather than from the library linked
against at application run time.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="MICRO_VERSION" value="91" c:type="ATK_MICRO_VERSION" version="2.7.4">
<constant name="MICRO_VERSION" value="0" c:type="ATK_MICRO_VERSION" version="2.7.4">
<doc xml:space="preserve">Like atk_get_micro_version(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
<type name="gint" c:type="gint"/>
</constant>
<constant name="MINOR_VERSION" value="49" c:type="ATK_MINOR_VERSION" version="2.7.4">
<constant name="MINOR_VERSION" value="50" c:type="ATK_MINOR_VERSION" version="2.7.4">
<doc xml:space="preserve">Like atk_get_minor_version(), but from the headers used at
application compile time, rather than from the library linked
against at application run time.</doc>
Expand Down
3 changes: 1 addition & 2 deletions Gdk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -3901,8 +3901,7 @@ might make use of OpenGL.</doc>
</parameters>
</method>
<method name="put_event" c:identifier="gdk_display_put_event" deprecated="1" deprecated-version="4.10">
<doc xml:space="preserve">Appends the given event onto the front of the event
queue for @display.</doc>
<doc xml:space="preserve">Adds the given event to the event queue for @display.</doc>
<doc-deprecated xml:space="preserve">This function is only useful in very
special situations and should not be used by applications.</doc-deprecated>
<return-value transfer-ownership="none">
Expand Down
3 changes: 3 additions & 0 deletions Gsk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -4016,6 +4016,9 @@ two tangents -- the direction of the path going into the
point, and the direction coming out of it. The @direction
argument lets you choose which one to get.

If the path is just a single point (e.g. a circle with
radius zero), then @tangent is set to `0, 0`.

If you want to orient something in the direction of the
path, [[email protected]_rotation] may be more
convenient to use.</doc>
Expand Down
6 changes: 3 additions & 3 deletions Gtk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -87078,13 +87078,13 @@ See [[email protected]::state-set] for details.

```
switch
&#x251C;&#x2500;&#x2500; label
&#x251C;&#x2500;&#x2500; label
&#x251C;&#x2500;&#x2500; image
&#x251C;&#x2500;&#x2500; image
&#x2570;&#x2500;&#x2500; slider
```

`GtkSwitch` has four css nodes, the main node with the name switch and
subnodes for the slider and the on and off labels. Neither of them is
subnodes for the slider and the on and off images. Neither of them is
using any style classes.

# Accessibility
Expand Down

0 comments on commit 326eb5f

Please sign in to comment.