From b1b8da3d432efc06faf6e662b9d6d57e6f886444 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 30 Oct 2019 22:18:12 +0100 Subject: Simplify timeouts (remove C code; use pushLc ABC instruction instead) --- src/Gtk/Internal.dcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Gtk/Internal.dcl') diff --git a/src/Gtk/Internal.dcl b/src/Gtk/Internal.dcl index 4e4fc96..cff9cbf 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -10,8 +10,8 @@ g_object_unref :: !Pointer !.a -> .a g_signal_connect :: !Int !Pointer !String !Int !.a -> .a -g_timeout_add :: !Int !Int !.a -> .a -g_timeout_add_seconds :: !Int !Int !.a -> .a +g_timeout_add :: !Int !Pointer !Int !.a -> .a +g_timeout_add_seconds :: !Int !Pointer !Int !.a -> .a gtk_accel_group_new :: !.a -> (!Pointer, !.a) -- cgit v1.2.3