Skip to content

Commit 8f85485

Browse files
committed
Fix merge 2
1 parent cdc75c6 commit 8f85485

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

daemon/DBus.vala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
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-
116
public 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")]
2116
public 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

src/DaemonManager.vala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
*/
77

88
public 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);

0 commit comments

Comments
 (0)