mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 14:51:51 +03:00
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; }
|
||
|
}
|