context.h   context.h 
skipping to change at line 78 skipping to change at line 78
GList* gjs_context_get_all (void); GList* gjs_context_get_all (void);
void* gjs_context_get_native_context (GjsContext *js_context); void* gjs_context_get_native_context (GjsContext *js_context);
void gjs_context_print_stack_to_buffer (GjsContext *js_context, void gjs_context_print_stack_to_buffer (GjsContext *js_context,
GString *buf); GString *buf);
void gjs_context_print_stack_stderr (GjsContext *js_context); void gjs_context_print_stack_stderr (GjsContext *js_context);
void gjs_context_maybe_gc (GjsContext *context); void gjs_context_maybe_gc (GjsContext *context);
void gjs_context_gc (GjsContext *context);
void gjs_dumpstack (void); void gjs_dumpstack (void);
G_END_DECLS G_END_DECLS
#endif /* __GJS_CONTEXT_H__ */ #endif /* __GJS_CONTEXT_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/