From aa5b7d95d634b8b47a1f74b018b512e7e226dca6 Mon Sep 17 00:00:00 2001 From: sdroege <301846+sdroege@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:00:33 +0000 Subject: [PATCH] Update GIR files --- Atk-1.0.gir | 4 +-- GLib-2.0.gir | 5 +++- Gtk-4.0.gir | 70 ++++++++++++++++++++++++++++++++++++++++++++++++--- Pango-1.0.gir | 4 +-- 4 files changed, 75 insertions(+), 8 deletions(-) diff --git a/Atk-1.0.gir b/Atk-1.0.gir index 8e52f957..61847569 100644 --- a/Atk-1.0.gir +++ b/Atk-1.0.gir @@ -553,7 +553,7 @@ A string name/value pair representing a generic attribute. - + 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. @@ -4721,7 +4721,7 @@ application compile time, rather than from the library linked against at application run time. - + 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. diff --git a/GLib-2.0.gir b/GLib-2.0.gir index 32c88c04..6c534d30 100644 --- a/GLib-2.0.gir +++ b/GLib-2.0.gir @@ -60577,7 +60577,10 @@ positional parameters, as specified in the Single Unix Specification. - Logs a warning if the expression is not true. + Logs a warning if the expression is not true. + +Unlike g_return_if_fail(), the expression is always evaluated, even if +checks and assertions are disabled. the expression to check diff --git a/Gtk-4.0.gir b/Gtk-4.0.gir index 54d66c87..5601a2bc 100644 --- a/Gtk-4.0.gir +++ b/Gtk-4.0.gir @@ -2827,6 +2827,43 @@ The @start and @end values contain the boundaries of the text. + + Retrieves the default text attributes inside the accessible object. + +Each attribute is composed by: + +- a name +- a value + +It is left to the implementation to determine the serialization format +of the value to a string. + +GTK provides support for various text attribute names and values, but +implementations of this interface are free to add their own attributes. + + + + + + the accessible object + + + + the + names of the default attributes inside the accessible object + + + + + + the + values of the default attributes inside the accessible object + + + + + + Retrieves the selection ranges in the accessible object. @@ -3103,6 +3140,33 @@ implementation. + + + + + + + + the accessible object + + + + the + names of the default attributes inside the accessible object + + + + + + the + values of the default attributes inside the accessible object + + + + + + + A range inside the text of an accessible object. @@ -7290,7 +7354,7 @@ See gtk_assistant_commit() for details. add its own buttons through gtk_assistant_add_action_widget(). - + Like [func@get_binary_age], but from the headers used at application compile time, rather than from the library linked against at application run time. @@ -59627,13 +59691,13 @@ against at application run time. - + Like [func@get_micro_version], but from the headers used at application compile time, rather than from the library linked against at application run time. - + Like [func@get_minor_version], but from the headers used at application compile time, rather than from the library linked against at application run time. diff --git a/Pango-1.0.gir b/Pango-1.0.gir index 0fd2a955..9bfdfb0e 100644 --- a/Pango-1.0.gir +++ b/Pango-1.0.gir @@ -12145,7 +12145,7 @@ Two encoded version numbers can be compared as integers. The major component of the version of Pango available at compile-time. - + The micro component of the version of Pango available at compile-time. @@ -12153,7 +12153,7 @@ Two encoded version numbers can be compared as integers. The minor component of the version of Pango available at compile-time. - + A string literal containing the version of Pango available at compile-time.