[seed] Fix usage of JSCore types in xternal header file



commit 1461d92ed7e63444c1c3baa31fa3995104af7798
Author: Robert Carr <racarr svn gnome org>
Date:   Fri Apr 17 04:06:18 2009 -0400

    Fix usage of JSCore types in xternal header file
---
 libseed/seed.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libseed/seed.h b/libseed/seed.h
index 974bbcf..22d053a 100644
--- a/libseed/seed.h
+++ b/libseed/seed.h
@@ -369,7 +369,7 @@ seed_signal_connect_value (SeedContext ctx,
 SeedObject seed_context_get_global_object (SeedContext ctx);
 
 void seed_importer_add_global(SeedContext ctx, gchar *name);
-void seed_importer_set_search_path (JSContextRef ctx,
+void seed_importer_set_search_path (SeedContext ctx,
 				    gchar **search_path);
 
 



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