mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
Merge branch 'wip/smcv/typo' into 'main'
gvarianttype: Fix typos See merge request GNOME/glib!3839
This commit is contained in:
commit
3706ad526e
@ -90,8 +90,8 @@
|
|||||||
* non-abstract subtypes may. For example, in GTK, no object that has
|
* non-abstract subtypes may. For example, in GTK, no object that has
|
||||||
* the type of [`GtkWidget`](https://docs.gtk.org/gtk4/class.Widget.html) can
|
* the type of [`GtkWidget`](https://docs.gtk.org/gtk4/class.Widget.html) can
|
||||||
* exist (since `GtkWidget` is an abstract class), but a [`GtkWindow`](https://docs.gtk.org/gtk4/class.Window.html)
|
* exist (since `GtkWidget` is an abstract class), but a [`GtkWindow`](https://docs.gtk.org/gtk4/class.Window.html)
|
||||||
* can certainly be instantiated, and you would say that a `GtkWidget` is a
|
* can certainly be instantiated, and you would say that a `GtkWindow` is a
|
||||||
* `GtkWidget` (since `GtkWidget` is a subclass of `GtkWidget`).
|
* `GtkWidget` (since `GtkWindow` is a subclass of `GtkWidget`).
|
||||||
*
|
*
|
||||||
* Two types may not be compared by value; use [method@GLib.VariantType.equal]
|
* Two types may not be compared by value; use [method@GLib.VariantType.equal]
|
||||||
* or [method@GLib.VariantType.is_subtype_of] May be copied using
|
* or [method@GLib.VariantType.is_subtype_of] May be copied using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user