diff --git a/GLib-2.0.gir b/GLib-2.0.gir index da0791f3..dfad6fae 100644 --- a/GLib-2.0.gir +++ b/GLib-2.0.gir @@ -18844,7 +18844,7 @@ This function is useful if you are trying to use #GOptionContext with to the command line arguments (which must be in UTF-8 on Windows). Starting with GLib 2.62, @arguments can be %NULL, which matches g_option_context_parse(). - + diff --git a/GObject-2.0.gir b/GObject-2.0.gir index a6e2da31..3006d565 100644 --- a/GObject-2.0.gir +++ b/GObject-2.0.gir @@ -14345,27 +14345,7 @@ without first having or creating a strong reference to the object. - - Change the object to which @weak_ref points, or set it to -%NULL. - -You must own a strong reference on @object while calling this -function. - - - - - - location for a weak reference - - - - a #GObject or %NULL - - - - - + Frees resources associated with a non-statically-allocated #GWeakRef. After this call, the #GWeakRef is left in an undefined state. @@ -14375,14 +14355,14 @@ g_weak_ref_init() called on it. - + location of a weak reference, which may be empty - + - - + + If @weak_ref is not empty, atomically acquire a strong reference to the object it points to, and return that reference. @@ -14398,13 +14378,13 @@ by using g_object_unref(). - + location of a weak reference to a #GObject - + - - + + Initialise a non-statically-allocated #GWeakRef. This function also calls g_weak_ref_set() with @object on the @@ -14418,17 +14398,36 @@ properly initialised. Just use g_weak_ref_set() directly. - - uninitialized or empty location for a weak - reference + + uninitialized or empty location for a weak reference + + + a #GObject or %NULL + + + + + Change the object to which @weak_ref points, or set it to +%NULL. + +You must own a strong reference on @object while calling this +function. + + + + + + location for a weak reference + + a #GObject or %NULL - + @@ -19608,69 +19607,5 @@ transformation function must be registered. - - Frees resources associated with a non-statically-allocated #GWeakRef. -After this call, the #GWeakRef is left in an undefined state. - -You should only call this on a #GWeakRef that previously had -g_weak_ref_init() called on it. - - - - - - location of a weak reference, which - may be empty - - - - - - If @weak_ref is not empty, atomically acquire a strong -reference to the object it points to, and return that reference. - -This function is needed because of the potential race between taking -the pointer value and g_object_ref() on it, if the object was losing -its last reference at the same time in a different thread. - -The caller should release the resulting reference in the usual way, -by using g_object_unref(). - - the object pointed to - by @weak_ref, or %NULL if it was empty - - - - - location of a weak reference to a #GObject - - - - - - Initialise a non-statically-allocated #GWeakRef. - -This function also calls g_weak_ref_set() with @object on the -freshly-initialised weak reference. - -This function should always be matched with a call to -g_weak_ref_clear(). It is not necessary to use this function for a -#GWeakRef in static storage because it will already be -properly initialised. Just use g_weak_ref_set() directly. - - - - - - uninitialized or empty location for a weak - reference - - - - a #GObject or %NULL - - - - diff --git a/Gio-2.0.gir b/Gio-2.0.gir index ef54645c..83113fe9 100644 --- a/Gio-2.0.gir +++ b/Gio-2.0.gir @@ -43510,6 +43510,7 @@ closed. + The underlying base stream on which the I/O ops will be done. diff --git a/Gtk-4.0.gir b/Gtk-4.0.gir index c67c3527..f77b9c98 100644 --- a/Gtk-4.0.gir +++ b/Gtk-4.0.gir @@ -81561,7 +81561,7 @@ If you need to add a shortcut programmatically, use - + Adds a shortcut to the shortcuts group. This is the programmatic equivalent to using [class@Gtk.Builder] and a @@ -81649,7 +81649,7 @@ The following signals have default keybindings: - + Adds a group to the shortcuts section. This is the programmatic equivalent to using [class@Gtk.Builder] and a @@ -81893,7 +81893,7 @@ class `.shortcuts`. - + Adds a section to the shortcuts window. This is the programmatic equivalent to using [class@Gtk.Builder] and a diff --git a/Pango-1.0.gir b/Pango-1.0.gir index f6bd318d..2daaa3c9 100644 --- a/Pango-1.0.gir +++ b/Pango-1.0.gir @@ -8010,6 +8010,20 @@ ellipsized. + + Queries whether the layout does not show all content because of +height limitations. + + true if any paragraphs have been omitted due to height + + + + + a `PangoLayout` + + + + Queries whether the layout had to wrap any paragraphs.