[gjs/march-maintenance: 10/11] object: Add missing annotation
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/march-maintenance: 10/11] object: Add missing annotation
- Date: Tue, 31 Mar 2020 04:48:00 +0000 (UTC)
commit 41a7b0baccb8a415640bcfde0fd0120d12416061
Author: Philip Chimento <philip chimento gmail com>
Date: Wed Mar 11 22:52:46 2020 -0700
object: Add missing annotation
Good practice: it's probably a bug if we disregard this value.
gi/object.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gi/object.h b/gi/object.h
index b6f11e5c..eaf7a842 100644
--- a/gi/object.h
+++ b/gi/object.h
@@ -136,7 +136,7 @@ class ObjectBase
GIWrapperBase::debug_lifecycle(jsobj_addr(), message);
}
- bool id_is_never_lazy(jsid name, const GjsAtoms& atoms);
+ GJS_USE bool id_is_never_lazy(jsid name, const GjsAtoms& atoms);
GJS_USE bool is_custom_js_class();
public:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]