mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
docs: Fix typos
This commit is contained in:
parent
da6861188b
commit
895aa1d3ab
@ -26,7 +26,7 @@
|
|||||||
* GdkPopupLayout:
|
* GdkPopupLayout:
|
||||||
*
|
*
|
||||||
* The `GdkPopupLayout` struct contains information that is
|
* The `GdkPopupLayout` struct contains information that is
|
||||||
* necessary position a `GdkPopup` relaive to its parent.
|
* necessary position a [interface@Gdk.Popup] relative to its parent.
|
||||||
*
|
*
|
||||||
* The positioning requires a negotiation with the windowing system,
|
* The positioning requires a negotiation with the windowing system,
|
||||||
* since it depends on external constraints, such as the position of
|
* since it depends on external constraints, such as the position of
|
||||||
|
@ -28,7 +28,8 @@
|
|||||||
* The `GdkToplevelLayout` struct contains information that
|
* The `GdkToplevelLayout` struct contains information that
|
||||||
* is necessary to present a sovereign window on screen.
|
* is necessary to present a sovereign window on screen.
|
||||||
*
|
*
|
||||||
* The `GdkToplevelLayout` gdk_toplevel_present().
|
* The `GdkToplevelLayout` struct is necessary for using
|
||||||
|
* [method@Gdk.Toplevel.present].
|
||||||
*
|
*
|
||||||
* Toplevel surfaces are sovereign windows that can be presented
|
* Toplevel surfaces are sovereign windows that can be presented
|
||||||
* to the user in various states (maximized, on all workspaces,
|
* to the user in various states (maximized, on all workspaces,
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
* GdkToplevelSize:
|
* GdkToplevelSize:
|
||||||
*
|
*
|
||||||
* The `GdkToplevelSize` struct contains information that is useful
|
* The `GdkToplevelSize` struct contains information that is useful
|
||||||
* to compute the size of a toplevel size.
|
* to compute the size of a toplevel.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
G_DEFINE_POINTER_TYPE (GdkToplevelSize, gdk_toplevel_size)
|
G_DEFINE_POINTER_TYPE (GdkToplevelSize, gdk_toplevel_size)
|
||||||
|
Loading…
Reference in New Issue
Block a user