This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit 2e58bfe8cee7662481b98af5a97a40d1a554270d
Author: Ryan Gammon <r...@gamnation.net>
AuthorDate: Wed Nov 8 22:09:48 2023 -0800

    efl_unref is in eo
---
 src/bindings/mono/eo_mono/iwrapper.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bindings/mono/eo_mono/iwrapper.cs b/src/bindings/mono/eo_mono/iwrapper.cs
index 626777f7d5..11040b57c1 100644
--- a/src/bindings/mono/eo_mono/iwrapper.cs
+++ b/src/bindings/mono/eo_mono/iwrapper.cs
@@ -81,7 +81,7 @@ internal static class Globals
         efl_ref(IntPtr eo);
     internal delegate  void
         efl_unref_delegate(IntPtr eo);
-    [DllImport(efl.Libs.CustomExports)] internal static extern void
+    [DllImport(efl.Libs.Eo)] internal static extern void
         efl_unref(IntPtr eo);
     internal delegate  int
         efl_ref_count_delegate(IntPtr eo);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to