lauromoura pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=67c07117c849a886f075b6de0e2595d0d2beb2e5

commit 67c07117c849a886f075b6de0e2595d0d2beb2e5
Author: Bruno da Silva Belo <brunodasilvab...@gmail.com>
Date:   Thu Oct 17 14:40:48 2019 -0300

    csharp: hide eldbus_service api.
    
    Summary: ref T8361
    
    Reviewers: lauromoura, felipealmeida, segfaultxavi, woohyun
    
    Reviewed By: lauromoura
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T8361
    
    Differential Revision: https://phab.enlightenment.org/D10425
---
 src/bindings/mono/eldbus_mono/eldbus_service.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bindings/mono/eldbus_mono/eldbus_service.cs 
b/src/bindings/mono/eldbus_mono/eldbus_service.cs
index 6e089720e1..d405aa8df3 100644
--- a/src/bindings/mono/eldbus_mono/eldbus_service.cs
+++ b/src/bindings/mono/eldbus_mono/eldbus_service.cs
@@ -2,12 +2,14 @@
 
 using System;
 using System.Runtime.InteropServices;
+using System.ComponentModel;
 
 using static eldbus.EldbusServiceNativeFunctions;
 
 namespace eldbus
 {
 
+[EditorBrowsable(EditorBrowsableState.Never)]
 public static class EldbusServiceNativeFunctions
 {
     [DllImport(efl.Libs.Eldbus)] public static extern IntPtr

-- 


Reply via email to