summaryrefslogtreecommitdiff
path: root/src/lib/eo/eo_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eo/eo_private.h')
-rw-r--r--src/lib/eo/eo_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h
index 93fcba97dd..676b0fbab6 100644
--- a/src/lib/eo/eo_private.h
+++ b/src/lib/eo/eo_private.h
@@ -119,6 +119,7 @@ struct _Eo_Object
Eina_Bool del_triggered:1;
Eina_Bool destructed:1;
Eina_Bool manual_free:1;
+ unsigned char auto_unref : 2; // unref after 1 call
};
/* How we search and store the implementations in classes. */