[Tcladdressbook-commits] Source TclAddressBookUtils.h,1.8,1.9
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-29 09:12:31
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31396/Source Modified Files: TclAddressBookUtils.h Log Message: TclAB_CheckItem() function Index: TclAddressBookUtils.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBookUtils.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- TclAddressBookUtils.h 28 Dec 2003 07:50:02 -0000 1.8 +++ TclAddressBookUtils.h 29 Jul 2004 09:12:23 -0000 1.9 @@ -1,13 +1,13 @@ /* * File : "TclAddressBookUtils.h" * Created: 2003-12-05 10:05:19 - * Last modification: 2003-12-09 10:29:16 + * Last modification: 2004-07-29 11:07:37 * Author: Bernard Desgraupes * e-mail: <bde...@ea...> * * Header file for TclAddressBookUtils.c * - * (c) Copyright : Bernard Desgraupes, 2003 + * (c) Copyright : Bernard Desgraupes, 2003-2004 * All rights reserved. * This software is free software with BSD licence. * Versions history: see the Changes.Log file. @@ -108,11 +108,12 @@ void TclAB_PutValueInResult(Tcl_Interp *interp, char * inPropName, char * inStr, Boolean allValues); -Boolean TclAB_CheckGroup(Tcl_Interp *interp, - ABAddressBookRef ab, - CONST84 char * inGroupUID, - CONST84 char * option, - ABRecordRef * outGroupRef); +Boolean TclAB_CheckItem(Tcl_Interp *interp, + ABAddressBookRef ab, + CONST84 char * inUID, + CONST84 char * option, + ABRecordRef * outItemRef, + int inRecordType); Boolean TclAB_RecordAndTypeFromUID(ABAddressBookRef ab, CFStringRef inUID, |