mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
status/bluetooth: Port to new GListModel API
The GtkTreeView API was removed, and replaced with a GListModel API. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4748 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2055>
This commit is contained in:
parent
170f3ee089
commit
4a480a78af
3 changed files with 33 additions and 40 deletions
|
|
@ -6,7 +6,7 @@ const Config = imports.misc.config;
|
|||
imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.Gio = '2.0';
|
||||
imports.gi.versions.GdkPixbuf = '2.0';
|
||||
imports.gi.versions.GnomeBluetooth = '1.0';
|
||||
imports.gi.versions.GnomeBluetooth = '3.0';
|
||||
imports.gi.versions.GnomeDesktop = '3.0';
|
||||
imports.gi.versions.Gtk = '3.0';
|
||||
imports.gi.versions.GWeather = '4.0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue