From 66045ee87603848e9d497c2b4c2d31ccfc1204ab Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 17 Feb 2014 16:19:00 -0500 Subject: Simplified the GTK+ Listbox code and added a documentation blob to it. --- gtkcasts_unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'gtkcasts_unix.go') 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 -- cgit v1.2.3