summaryrefslogtreecommitdiff
path: root/src/Gtk/Internal.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-30 22:18:12 +0100
committerCamil Staps2019-10-30 22:18:12 +0100
commitb1b8da3d432efc06faf6e662b9d6d57e6f886444 (patch)
tree47e25e9e77df218dc0098284932a69a488201d0e /src/Gtk/Internal.dcl
parentAdd support for delete-event signal (diff)
Simplify timeouts (remove C code; use pushLc ABC instruction instead)
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r--src/Gtk/Internal.dcl4
1 files changed, 2 insertions, 2 deletions
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)