make updater to use daemon to get updates

This commit is contained in:
guinux
2015-02-09 17:44:09 +01:00
parent 2502ae2033
commit aea3a143d7
2 changed files with 33 additions and 49 deletions

View File

@@ -29,6 +29,7 @@ namespace Pamac {
public abstract void write_mirrors_config (HashTable<string,Variant> new_mirrors_conf) throws IOError;
public abstract void set_pkgreason (string pkgname, uint reason) throws IOError;
public abstract void refresh (int force, bool emit_signal) throws IOError;
public abstract UpdatesInfos[] get_updates () throws IOError;
public abstract ErrorInfos trans_init (TransFlag transflags) throws IOError;
public abstract ErrorInfos trans_sysupgrade (int enable_downgrade) throws IOError;
public abstract ErrorInfos trans_add_pkg (string pkgname) throws IOError;