From c54e82b716c8b2b0e46a410736afa1cf5dd34390 Mon Sep 17 00:00:00 2001 From: macmade Date: Thu, 4 Sep 2014 21:49:17 +0200 Subject: [PATCH] Cleanup... --- Documentation/XML/XSValueRef_h/XSValueRef.h.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/XML/XSValueRef_h/XSValueRef.h.xml b/Documentation/XML/XSValueRef_h/XSValueRef.h.xml index d05cc5f5..4dae3db9 100644 --- a/Documentation/XML/XSValueRef_h/XSValueRef.h.xml +++ b/Documentation/XML/XSValueRef_h/XSValueRef.h.xml @@ -49,14 +49,14 @@ association

The association type for the pointer value

-void *pointer +const void *pointer XSObjectAssociationassociation XS_EXPORT XSStatic XSValueRef

An XSValue object

XS_EXPORT XSStatic XSValueRef XSValue_CreateWithPointer( - void *pointer, + const void *pointer, XSObjectAssociation association );

XSValue_CreateWithRange @@ -256,14 +256,14 @@ association

The association type for the pointer value

-void *pointer +const void *pointer XSObjectAssociationassociation XS_EXPORT XSStatic XSAutoreleased XSValueRef

An XSValue object (autoreleased)

XS_EXPORT XSStatic XSAutoreleased XSValueRef XSValue_ValueWithPointer( - void *pointer, + const void *pointer, XSObjectAssociation association );

XSValue_ValueWithRange