Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GIR files (2023-09-11) #177

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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