gnome-shell/subprojects/shew
Florian Müllner 7e0209f905 build: Make g-ir-scanner warnings fatal when werror is set
This should help catching problems with introspection in CI.

Adapted from Sebastian Wick's corresponding mutter change
in https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3528.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3121>
2024-01-16 23:51:13 +00:00
..
src build: Make g-ir-scanner warnings fatal when werror is set 2024-01-16 23:51:13 +00:00
COPYING
meson_options.txt
meson.build Bump version to 46.alpha 2024-01-07 11:16:54 +01:00
README.md

Shell External Windows

Shew is a small support library for dealing with external windows.

The code for creating external windows from a handle that are suitable for setting a transient parent was copied from xdg-desktop-portal-gtk.

The code for exporting a handle for a GtkWindow is losely based on code from GTK/libportal.

Stability

This is an unstable library with no API or ABI guarantees, and no soname versioning.

It is not recommended to use it outside the gnome-shell project, and may only be used as a subproject.

License

shew is distributed under the terms of the GNU Lesser General Public License version 2.1 or later. See the COPYING file for details.