gnome-shell/subprojects/shew
Florian Müllner daf729de11 build: Replace deprecated meson functions
Replace deprecated functions with their direct replacements:

 - dep.get_pkgconfig_variable() → dep.get_variable()
 - prg.path() → prg.full_path()
 - source/build_root() → project_source/build_root()

In one case we need meson.global_source_root() that was only
added in meson 0.58, so bump the requirement to that.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2077>
2021-12-23 15:52:21 +00:00
..
src Port extensions app and portal to GTK4 2021-01-14 13:03:21 +00: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 build: Replace deprecated meson functions 2021-12-23 15:52:21 +00: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.