summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-01-30 19:01:26 +0900
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-01-31 16:14:45 +0900
commitb03b8e355d9bd52e85af376ca8260039875676e0 (patch)
tree987798ab0727eb880bacdde0f95a10c225676d06
parentfeea2a5d559f9b96075859d69a1b3db70048a602 (diff)
downloadefl-b03b8e355d9bd52e85af376ca8260039875676e0.tar.gz
eo: eo_base_class.c assumes stringshares in comment and name methods
-rw-r--r--src/lib/eo/efl_object.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index 5aa1c846d8..a3b18fa2ba 100644
--- a/src/lib/eo/efl_object.eo
+++ b/src/lib/eo/efl_object.eo
@@ -73,7 +73,7 @@ abstract Efl.Object
get {
}
values {
- name: string @nullable; [[The name]]
+ name: stringshare @nullable; [[The name]]
}
}
@property comment {
@@ -88,7 +88,7 @@ abstract Efl.Object
get {
}
values {
- comment: string @nullable; [[The comment]]
+ comment: stringshare @nullable; [[The comment]]
}
}
debug_name_override {