[Tcladdressbook-commits] Source TclAddressBookUtils.h,1.3,1.4
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2003-12-09 20:06:02
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1:/tmp/cvs-serv7572/Source Modified Files: TclAddressBookUtils.h Log Message: TclAB_RecordAndTypeFromUID, TclAB_MultiValueFromTcl Index: TclAddressBookUtils.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBookUtils.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- TclAddressBookUtils.h 7 Dec 2003 16:43:21 -0000 1.3 +++ TclAddressBookUtils.h 9 Dec 2003 20:05:50 -0000 1.4 @@ -1,7 +1,7 @@ /* * File : "TclAddressBookUtils.h" * Created: 2003-12-05 10:05:19 - * Last modification: 2003-12-04 18:03:13 + * Last modification: 2003-12-09 10:29:16 * Author: Bernard Desgraupes * e-mail: <bde...@ea...> * @@ -54,6 +54,10 @@ CONST84 char * inValue, ABPropertyType inPropType); +CFStringRef TclAB_MultiValueFromTcl(Tcl_Interp *interp, + CONST84 char * inValue, + ABPropertyType inPropType); + void TclAB_ResultListFromCFArray(Tcl_Interp *interp, Tcl_Obj *resultPtr, CFArrayRef allSubGroups, @@ -98,10 +102,14 @@ CONST84 char * option, ABRecordRef * outGroupRef); +Boolean TclAB_RecordAndTypeFromUID(ABAddressBookRef ab, + CFStringRef inUID, + Tcl_Obj *resultPtr, + ABRecordRef * outRecordRef); extern Tcl_Obj * TclLindexList(Tcl_Interp* interp, - Tcl_Obj* listPtr, - Tcl_Obj* argPtr ); + Tcl_Obj* listPtr, + Tcl_Obj* argPtr ); #endif // TCLADDRESSBOOKUTILS_H |