summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYeongjong Lee <yj34.lee@samsung.com>2019-12-20 10:24:29 +0000
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>2019-12-23 14:59:54 -0300
commita56b96d33c6aa26894fc373e520c9d5fcbbe03ce (patch)
tree01970213a6c827f61987d5de24841b59580da4aa
parentb4846c95a2181b52bf1deb4abd7e7bf3bb1fa7df (diff)
downloadefl-a56b96d33c6aa26894fc373e520c9d5fcbbe03ce.tar.gz
eo_mono: make BindingEntityAttribute internal
`BindingEntityAttribute` is used internally to check whether the object is generated binding classes or not. API user should use protected `IsGeneratedBindingClass` instead. Reviewed-by: Felipe Magno de Almeida <felipe@expertisesolutions.com.br> Differential Revision: https://phab.enlightenment.org/D10937
-rw-r--r--src/bindings/mono/eo_mono/iwrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/mono/eo_mono/iwrapper.cs b/src/bindings/mono/eo_mono/iwrapper.cs
index ea7104b384..2a8ebf0620 100644
--- a/src/bindings/mono/eo_mono/iwrapper.cs
+++ b/src/bindings/mono/eo_mono/iwrapper.cs
@@ -981,7 +981,7 @@ class PrivateNativeClass : NativeClass
AllowMultiple = false,
Inherited = false)
]
-public class BindingEntityAttribute: System.Attribute
+internal class BindingEntityAttribute: System.Attribute
{
public static bool IsBindingEntity(System.Type t)
{