gnome-shell/subprojects/shew
Florian Müllner deb78b9ada Bump version to 40.alpha
The GNOME project has adopted a new versioning scheme[0], and
GNOME 3.38 will be followed by GNOME 40.

Open the new development cycle by switching to the new scheme, as
well as to post-release bumps as recommended.

[0] https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1456
2020-10-06 15:06:03 +02:00
..
src shew: Add small library for dealing with external windows 2020-03-26 18:32:30 +01:00
COPYING shew: Add small library for dealing with external windows 2020-03-26 18:32:30 +01:00
meson_options.txt shew: Add small library for dealing with external windows 2020-03-26 18:32:30 +01:00
meson.build Bump version to 40.alpha 2020-10-06 15:06:03 +02:00
README.md shew: Add small library for dealing with external windows 2020-03-26 18:32:30 +01:00

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.