Skip to content

Commit 7a0ef7c

Browse files
fix: add update_item to dbus
1 parent 60b18c6 commit 7a0ef7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quick-add/Services/DBusClient.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
[DBus (name = "io.github.alainm23.planify")]
2323
public interface DBusClientInterface : Object {
2424
public abstract void add_item (string id) throws Error;
25+
public abstract void update_item (string id) throws Error;
2526
}
2627

2728
public class DBusClient : Object {

0 commit comments

Comments
 (0)