summaryrefslogtreecommitdiff
path: root/gtkcasts_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'gtkcasts_unix.go')
-rw-r--r--gtkcasts_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go
index 9bfdd4a..8d930f6 100644
--- a/gtkcasts_unix.go
+++ b/gtkcasts_unix.go
@@ -10,6 +10,7 @@ import (
// this file contains functions that wrap around complex pointer casts to satisfy GTK+'s dumb type aliasing system
// fromxxx() converts from GTK+ type to Go type
// toxxxx() converts from Go type to GTK+ type
+// Listbox casts are stored in listbox_unix.go
// #cgo pkg-config: gtk+-3.0
// #include <gtk/gtk.h>