mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
ba7c41d931
Co-authored-by: Danielle Foré <danielle@elementary.io>
9 lines
276 B
Vala
9 lines
276 B
Vala
/*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
* SPDX-FileCopyrightText: 2024 elementary, Inc. (https://elementary.io)
|
|
*/
|
|
|
|
public interface Gala.BackgroundManagerInterface : Meta.BackgroundGroup {
|
|
public abstract Meta.BackgroundActor newest_background_actor { get; }
|
|
}
|