[seed] seed.h - SeedObjectDeletePropertyCallback fix callback arguments



commit b63973c61e75e59a9256a0c0a0cf90b0fad80afb
Author: Jonatan Liljedahl <lijon kymatica com>
Date:   Mon Jul 12 11:04:00 2010 +0800

    seed.h - SeedObjectDeletePropertyCallback fix callback arguments
    
    make seed's callback arguments for deleteProperty match Webkit
    no real need for value to be passed in delete callback
    
    Fixes arguments so they match the Webkit spec

 libseed/seed.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libseed/seed.h b/libseed/seed.h
index a5824df..3606e80 100644
--- a/libseed/seed.h
+++ b/libseed/seed.h
@@ -318,9 +318,7 @@ typedef gboolean (*SeedObjectSetPropertyCallback) (SeedContext ctx,
 						   SeedException * e);
 typedef gboolean (*SeedObjectDeletePropertyCallback) (SeedContext ctx,
 						      SeedObject object,
-						      SeedString
-						      property_name,
-						      SeedValue value,
+						      SeedString property_name,
 						      SeedException * e);
 /* TODO: Have to decide on accumulator API
 //typedef void (*SeedObjectGetPropertyNamesCallback) (SeedContext ctx, */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]