Geary.Folder: Add SpecialUse.CUSTOM and set_used_as_custom method
Support applications setting custom special uses for folders.
This commit is contained in:
parent
e9ce94b655
commit
e22d74db4b
5 changed files with 75 additions and 4 deletions
|
|
@ -119,4 +119,9 @@ public class Geary.MockFolder : Folder, MockObject {
|
|||
throw new EngineError.UNSUPPORTED("Mock method");
|
||||
}
|
||||
|
||||
public override void set_used_as_custom(bool enabled)
|
||||
throws EngineError.UNSUPPORTED {
|
||||
throw new EngineError.UNSUPPORTED("Mock method");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue