summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-24 21:30:21 -0400
committerPietro Gagliardi <[email protected]>2014-05-24 21:30:21 -0400
commit2c2d2dc0c8c793561b2885448580147f259901e3 (patch)
tree580f7e7c8b71f12cfef4636a78ca43bb7e698b07
parent32480a65c257354ab8f4ff0c44c3a8240d3c5274 (diff)
More TODOs.
-rw-r--r--gtkcalls_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go
index 27c5765..b6da4d6 100644
--- a/gtkcalls_unix.go
+++ b/gtkcalls_unix.go
@@ -11,7 +11,7 @@ import (
)
// #include "gtk_unix.h"
-// /* because cgo doesn't like ... */
+// /* TODO this doesn't need to be in C; it is because an earlier version did it wrong and depended on a function (g_object_set()) that took ..., which cgo doesn't like... but is it safe to embed \0 in a Go string? */
// static inline char *gtkProgressBarAllowArbitraryResize(GtkWidget *pbar)
// {
// /* min-horizontal-bar-width is a style property; we do it through CSS */