gala/lib/BackgroundManager.vala
Leo ba7c41d931
Expose BackgroundManager to the library (#1859)
Co-authored-by: Danielle Foré <danielle@elementary.io>
2024-02-19 15:20:18 -08:00

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; }
}