File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: GPL-3.0-or-later
44 */
55
6- [DBus (name = " org.pantheon.gala" )]
7- public interface Gala.WMDBus : GLib .Object {
8- public abstract void perform_action (Gala .ActionType type ) throws DBusError , IOError ;
9- }
10-
116public struct Gala.Daemon.MonitorLabelInfo {
127 public int monitor;
138 public string label;
@@ -19,9 +14,6 @@ public struct Gala.Daemon.MonitorLabelInfo {
1914
2015[DBus (name = " org.pantheon.gala.daemon" )]
2116public class Gala.Daemon.DBus : GLib .Object {
22- private const string DBUS_NAME = " org.pantheon.gala" ;
23- private const string DBUS_OBJECT_PATH = " /org/pantheon/gala" ;
24-
2517 private const string DAEMON_DBUS_NAME = " org.pantheon.gala.daemon" ;
2618 private const string DAEMON_DBUS_OBJECT_PATH = " /org/pantheon/gala/daemon" ;
2719
Original file line number Diff line number Diff line change 66 */
77
88public class Gala.DaemonManager : GLib .Object {
9- public struct DaemonWindowMenuItem {
10- WindowMenuItemType type;
11- bool sensitive;
12- bool toggle_state;
13- string display_name;
14- string keybinding;
15- }
16-
179 [DBus (name = "org .pantheon .gala .daemon ")]
1810 public interface Daemon: GLib.Object {
1911 public signal void window_menu_action_invoked (int action);
You can’t perform that action at this time.
0 commit comments