From 9d7fc64ca3083fb9b89f85d474327ebe4058f7c8 Mon Sep 17 00:00:00 2001 From: Ryan Gammon Date: Wed, 8 Nov 2023 22:09:48 -0800 Subject: [PATCH] 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);