geary/src/engine/api/geary-remote-interfaces.vala

15 lines
451 B
Vala
Raw Normal View History

/* Copyright 2011 Yorba Foundation
*
* This software is licensed under the GNU Lesser General Public License
* (version 2.1 or later). See the COPYING file in this distribution.
*/
public interface Geary.RemoteAccount : Object, Geary.Account {
public abstract async string? get_folder_delimiter_async(string toplevel,
Cancellable? cancellable = null) throws Error;
}
public interface Geary.RemoteFolder : Object, Geary.Folder {
}