Moved a lot of implementation-specific code into a new impl/ directory, keeping the api
directory concerned only with user-facing interfaces. Also, cleaned up some of the public interfaces in support modules to private.
This commit is contained in:
parent
41e162a9b7
commit
ab69b20b1c
17 changed files with 21 additions and 43 deletions
|
|
@ -4,7 +4,7 @@
|
|||
* (version 2.1 or later). See the COPYING file in this distribution.
|
||||
*/
|
||||
|
||||
public class Geary.Sqlite.Account : Geary.AbstractAccount, Geary.LocalAccount {
|
||||
private class Geary.Sqlite.Account : Geary.AbstractAccount, Geary.LocalAccount {
|
||||
private class FolderReference : Geary.SmartReference {
|
||||
public Geary.FolderPath path;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue