summaryrefslogtreecommitdiff
path: root/callbacks_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'callbacks_unix.go')
-rw-r--r--callbacks_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/callbacks_unix.go b/callbacks_unix.go
index b9ed870..2de1656 100644
--- a/callbacks_unix.go
+++ b/callbacks_unix.go
@@ -89,7 +89,7 @@ func our_idle_callback(what C.gpointer) C.gboolean {
return C.FALSE // remove this idle function; we're finished
}
-func gdk_threads_add_idle(idleop *gtkIdleOp) {
+func gdk_threads_add_idle_op(idleop *gtkIdleOp) {
C.gdk_threads_add_idle(C.GCallback(C.our_idle_callback),
C.gpointer(unsafe.Pointer(idleop)))
}