Skip to content

Commit

Permalink
Merge pull request #177 from gtk-rs/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update GIR files (2023-09-11)
  • Loading branch information
bilelmoussaoui authored Sep 11, 2023
2 parents 96ff149 + 5c31dc6 commit 48ce036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GLib-2.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -14464,7 +14464,7 @@ This is the same as standard C `UINT8_MAX`, which should be
preferred in new code.</doc>
<type name="guint8" c:type="guint8"/>
</constant>
<constant name="MICRO_VERSION" value="3" c:type="GLIB_MICRO_VERSION">
<constant name="MICRO_VERSION" value="0" c:type="GLIB_MICRO_VERSION">
<doc xml:space="preserve">The micro version number of the GLib library.

Like #gtk_micro_version, but from the headers used at
Expand All @@ -14488,7 +14488,7 @@ linked against at application run time.</doc>
<doc xml:space="preserve">The minimum value which can be held in a #gint8.</doc>
<type name="gint8" c:type="gint8"/>
</constant>
<constant name="MINOR_VERSION" value="77" c:type="GLIB_MINOR_VERSION">
<constant name="MINOR_VERSION" value="78" c:type="GLIB_MINOR_VERSION">
<doc xml:space="preserve">The minor version number of the GLib library.

Like #gtk_minor_version, but from the headers used at
Expand Down
2 changes: 1 addition & 1 deletion Gtk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ no effect if the action bar is hidden.</doc>
</property>
</class>
<interface name="Actionable" c:symbol-prefix="actionable" c:type="GtkActionable" glib:type-name="GtkActionable" glib:get-type="gtk_actionable_get_type" glib:type-struct="ActionableInterface">
<doc xml:space="preserve">The `GtkActionable` interface provides a convenient way of asscociating
<doc xml:space="preserve">The `GtkActionable` interface provides a convenient way of associating
widgets with actions.

It primarily consists of two properties: [property@Gtk.Actionable:action-name]
Expand Down

0 comments on commit 48ce036

Please sign in to comment.