summaryrefslogtreecommitdiff
path: root/gi/ns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gi/ns.cpp')
-rw-r--r--gi/ns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/ns.cpp b/gi/ns.cpp
index 4f6f4f0f..79681f7e 100644
--- a/gi/ns.cpp
+++ b/gi/ns.cpp
@@ -200,6 +200,7 @@ struct JSClass gjs_ns_class = {
};
static JSPropertySpec gjs_ns_proto_props[] = {
+ JS_STRING_SYM_PS(toStringTag, "GIRepositoryNamespace", JSPROP_READONLY),
JS_PSG("__name__", get_name, GJS_MODULE_PROP_FLAGS),
JS_PS_END
};