summaryrefslogtreecommitdiff
path: root/libseed/seed-exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'libseed/seed-exceptions.h')
-rw-r--r--libseed/seed-exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libseed/seed-exceptions.h b/libseed/seed-exceptions.h
index cefdf70..cc1a261 100644
--- a/libseed/seed-exceptions.h
+++ b/libseed/seed-exceptions.h
@@ -35,6 +35,7 @@ G_GNUC_PRINTF (4, 5);
gchar *seed_exception_get_message (JSContextRef ctx, JSValueRef e);
guint seed_exception_get_line (JSContextRef ctx, JSValueRef e);
gchar *seed_exception_get_file (JSContextRef ctx, JSValueRef e);
+ gchar *seed_exception_get_stack (JSContextRef ctx, JSValueRef e);
gchar *seed_exception_to_string (JSContextRef ctx, JSValueRef e);
#endif