Skip to content

Commit

Permalink
Merge pull request #162 from gtk-rs/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update GIR files (2023-07-23)
  • Loading branch information
bilelmoussaoui authored Jul 23, 2023
2 parents 36a8fad + b5e9518 commit c23f21f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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="24810" c:type="ATK_BINARY_AGE" version="2.7.4">
<constant name="BINARY_AGE" value="24911" 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 @@ -4543,13 +4543,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="0" c:type="ATK_MICRO_VERSION" version="2.7.4">
<constant name="MICRO_VERSION" value="1" 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="48" c:type="ATK_MINOR_VERSION" version="2.7.4">
<constant name="MINOR_VERSION" value="49" 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
9 changes: 5 additions & 4 deletions Gtk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -33021,7 +33021,7 @@ See [method@Gtk.EventControllerKey.set_im_context] and
<type name="guint" c:type="guint"/>
</parameter>
<parameter name="state" transfer-ownership="none">
<doc xml:space="preserve">the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.</doc>
<doc xml:space="preserve">the bitmask, representing the state of modifier keys and pointer buttons.</doc>
<type name="Gdk.ModifierType"/>
</parameter>
</parameters>
Expand All @@ -33041,7 +33041,7 @@ See [method@Gtk.EventControllerKey.set_im_context] and
<type name="guint" c:type="guint"/>
</parameter>
<parameter name="state" transfer-ownership="none">
<doc xml:space="preserve">the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.</doc>
<doc xml:space="preserve">the bitmask, representing the state of modifier keys and pointer buttons.</doc>
<type name="Gdk.ModifierType"/>
</parameter>
</parameters>
Expand All @@ -33052,8 +33052,9 @@ See [method@Gtk.EventControllerKey.set_im_context] and
<type name="gboolean" c:type="gboolean"/>
</return-value>
<parameters>
<parameter name="keyval" transfer-ownership="none">
<doc xml:space="preserve">the released key.</doc>
<parameter name="state" transfer-ownership="none">
<doc xml:space="preserve">the bitmask, representing the new state of modifier keys and
pointer buttons.</doc>
<type name="Gdk.ModifierType"/>
</parameter>
</parameters>
Expand Down

0 comments on commit c23f21f

Please sign in to comment.