jsapi-util.h   jsapi-util.h 
skipping to change at line 358 skipping to change at line 358
void gjs_root_value_locations (JSContext *context, void gjs_root_value_locations (JSContext *context,
jsval *locations, jsval *locations,
int n_location s); int n_location s);
void gjs_unroot_value_locations (JSContext *context, void gjs_unroot_value_locations (JSContext *context,
jsval *locations, jsval *locations,
int n_location s); int n_location s);
/* Functions intended for more "internal" use */ /* Functions intended for more "internal" use */
void gjs_maybe_gc (JSContext *context); void gjs_maybe_gc (JSContext *context);
void gjs_enter_gc (void);
void gjs_leave_gc (void);
gboolean gjs_try_block_gc (void);
void gjs_block_gc (void);
void gjs_unblock_gc (void);
G_END_DECLS G_END_DECLS
#endif /* __GJS_JSAPI_UTIL_H__ */ #endif /* __GJS_JSAPI_UTIL_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 5 lines changed or added


 object.h   object.h 
skipping to change at line 49 skipping to change at line 49
GType gtype); GType gtype);
JSObject* gjs_object_from_g_object (JSContext *context, JSObject* gjs_object_from_g_object (JSContext *context,
GObject *gobj); GObject *gobj);
GObject* gjs_g_object_from_object (JSContext *context, GObject* gjs_g_object_from_object (JSContext *context,
JSObject *obj); JSObject *obj);
JSBool gjs_typecheck_object (JSContext *context, JSBool gjs_typecheck_object (JSContext *context,
JSObject *obj, JSObject *obj,
GType expected_type, GType expected_type,
JSBool throw); JSBool throw);
void gjs_object_process_pending_toggles (void);
G_END_DECLS G_END_DECLS
#endif /* __GJS_OBJECT_H__ */ #endif /* __GJS_OBJECT_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/