Private
Public Access
1
0

adds setting screen

This commit is contained in:
2025-05-03 01:11:26 -07:00
parent ef0312ccbd
commit 0f565756df
13 changed files with 316 additions and 77 deletions

View File

@@ -13,9 +13,6 @@ namespace DBusService {
[DBus (name = "Username")]
public abstract string username { owned get; set; }
[DBus (name = "CredentialItem")]
public abstract GLib.ObjectPath credential_item { owned get; set; }
[DBus (name = "SetServer")]
public abstract void set_server(string url, string user) throws DBusError, IOError;