zii-dmg
bc5674ae06
Generalized Idle and Timeout, fixed Timeout.Add ( #289 )
...
Idle.Add, Idle.AddSeconds, Timeout.Add, Timeout.AddSeconds methods overloads are generalized:
* no priority (for default priority)
* enum priority (for standard priorities)
* int priority (for custom priority)
* overloads call main method with int priority
Fixed leak in Timeout.Add(priority): method was not using userData and DestroyHelper.NotifyHandler.
2022-01-25 19:58:52 +01:00
dmg
d34958e871
GLib.Idle.Add: use expected default priority, add priority overload
2021-05-18 23:49:59 +03:00
Mads Kruse Johnsen
7fb112727a
Prevent double removal of timeout sources
...
See https://github.com/GLibSharp/GtkSharp/pull/49
2021-01-25 11:07:39 +01:00
Midhun Mohan
cd47acba85
Cleanup of sourceproxy Dictionary and its usages
2021-01-24 19:55:17 +01:00
Midhun Mohan
6af04a1058
Changing timeout_add and idle_add to _full.
2021-01-24 19:55:17 +01:00
Mikhail Kanygin
42a0e01775
Fixtures: added UnmanagedFunctionPointer to whole delegate calls collection to prevent stack incosistence exception for x86 apllications on windows.
2019-11-04 20:12:50 +01:00
cra0zy
26ef5bad3e
Fix file permissions, how did this happen?
2018-02-26 23:03:31 +01:00
cra0zy
411cdfd502
Safeload static functions as well
2018-01-18 22:54:45 +01:00
cra0zy
543a29569b
Replace DllImport with a better multiplatform solution
2018-01-18 20:41:03 +01:00
cra0zy
6926c9cbf2
WIP CAKE + .Net Core
2017-10-23 01:25:13 +02:00