mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-25 07:00:33 +00:00
Monotone-Parent: cd56286d917362c02385175d3f2f34744449e59d
Monotone-Revision: 55094f9b3879e2695c7e1e15777fdf117118b525 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:01:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
|
||||
/*
|
||||
SOGoContactFolder
|
||||
Parent object: the SOGoUserFolder
|
||||
Parent object: the user's SOGoUserFolders
|
||||
Child objects: SOGoContactObject
|
||||
|
||||
|
||||
The SOGoContactFolder maps to an GCS folder of type 'contact', that
|
||||
is, a content folder containing vcal?? files (and a proper quicktable).
|
||||
*/
|
||||
@@ -36,12 +36,23 @@
|
||||
@class NSString, NSArray, NSCalendarDate, NSException;
|
||||
@class GCSFolder;
|
||||
|
||||
@class SOGoContactSource;
|
||||
|
||||
@interface SOGoContactFolder : SOGoFolder
|
||||
{
|
||||
}
|
||||
|
||||
/* fetching */
|
||||
|
||||
+ (id) contactFolderWithSource: (SOGoContactSource *) source
|
||||
inContainer: (SOGoObject *) newContainer
|
||||
andName: (NSString *) name;
|
||||
|
||||
- (id) initWithSource: (SOGoContactSource *) source
|
||||
inContainer: (SOGoObject *) newContainer
|
||||
andName: (NSString *) name;
|
||||
|
||||
- (void) setContactSource: (SOGoContactSource *) source
|
||||
andName: name;
|
||||
|
||||
- (NSArray *)fetchCoreInfos;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user