Changeset 28097 in webkit for trunk/JavaScriptCore/API/JSStringRefCF.h
- Timestamp:
- Nov 27, 2007, 8:31:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRefCF.h
r19059 r28097 45 45 @result A JSString containing string. Ownership follows the Create Rule. 46 46 */ 47 JS StringRef JSStringCreateWithCFString(CFStringRef string);47 JS_EXPORT JSStringRef JSStringCreateWithCFString(CFStringRef string); 48 48 /*! 49 49 @function … … 53 53 @result A CFString containing string. Ownership follows the Create Rule. 54 54 */ 55 CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string);55 JS_EXPORT CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string); 56 56 57 57 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.