efl_unref is in eo

This commit is contained in:
Ryan Gammon 2023-11-08 22:09:48 -08:00 committed by Christopher Michael
parent 9c0eac8092
commit 03901109ff
1 changed files with 1 additions and 1 deletions

View File

@ -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);