-
Reported in this tweet: https://twitter.com/headhntr/status/806196097253134336
-
Fedora 20 packages have been out for a while now and include the newer GTK 3.10. The Windows installation instructions on the wiki should be modified to use these newer packages and any necessary fix…
jrick updated
8 years ago
-
Just a quick question, in the official gtk3 docs, they create an gtk_application, then use g_application with the created instance of gtk_application ( In here https://developer.gnome.org/gtk3/3.20/gt…
-
by **joshrickmar**:
Testing a program using gotk3 (github.com/conformal/gotk3) with go tip, I'm seeing some
issues when callbacks (written with Go) are called from a C stack. Since changeset
525df84…
-
by **miha.dimec@visionect.com**:
What does 'go version' print?
go version devel +f8b50ad4cac4 Mon Apr 21 17:00:27 2014 -0700 + linux/amd64
What steps reproduce the problem?
Code snippet that does co…
-
I do think notification support is necessary for an IM client.
-
**From my 64-bit Linux Mint system, gcc version 4.8.4, go version 1.6**
~/mygo $ go get github.com/gotk3/gotk3/gtk
github.com/gotk3/gotk3/gtk
could not determine kind of name for C.GtkActionBar
coul…
-
from src/cmd/cgo/gcc.go:
1286 if isStructUnionClass(sub.Go) {
1287 // Use the typedef name for C code.
1288 typedef[sub.Go.(*ast.Ident).Name].C = t…
-
Coy is broken since this: https://github.com/gotk3/gotk3/pull/54
I propose to use `godep` (https://github.com/tools/godep) to better manage gotk3 versions and protect ourselves from this kind of prob…
-
Built with revision d27b6dc7
```
*** Error in `/usr/bin-oz/coyim': double free or corruption (out): 0x0000000004f8a640 ***
SIGABRT: abort
PC=0x3bf1c7c7507 m=0
signal arrived during cgo execution
gor…