fixes for very large conversation lists
This commit is contained in:
@@ -27,7 +27,7 @@ namespace DBusService {
|
||||
public abstract string get_version() throws DBusError, IOError;
|
||||
|
||||
[DBus (name = "GetConversations")]
|
||||
public abstract GLib.HashTable<string, GLib.Variant>[] get_conversations() throws DBusError, IOError;
|
||||
public abstract GLib.HashTable<string, GLib.Variant>[] get_conversations(int limit, int offset) throws DBusError, IOError;
|
||||
|
||||
[DBus (name = "SyncConversationList")]
|
||||
public abstract void sync_conversation_list() throws DBusError, IOError;
|
||||
|
||||
Reference in New Issue
Block a user