[seed] seed.h - SeedObjectDeletePropertyCallback fix callback arguments
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] seed.h - SeedObjectDeletePropertyCallback fix callback arguments
- Date: Mon, 12 Jul 2010 03:14:04 +0000 (UTC)
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]