mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 20:35:37 +00:00
commit
ede043d466
|
@ -100,7 +100,7 @@ namespace Gtk
|
|||
$"{nameof(ForAll)} can only be called as \"base.{nameof(ForAll)}()\". Use {nameof(Forall)}() or {nameof(Foreach)}().");
|
||||
}
|
||||
|
||||
gtksharp_container_base_forall(Handle, include_internals, callback, IntPtr.Zero);
|
||||
gtksharp_container_base_forall(Handle, include_internals, callback, ((ForAllCallbackHandler) callback.Target).data);
|
||||
}
|
||||
|
||||
static ForAllNativeDelegate InternalForAllNativeDelegate(GLib.GType gtype)
|
||||
|
@ -153,4 +153,4 @@ namespace Gtk
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue