mobile/bind
James Schofield 5878957524 mobile/bind: Fix objc bindings for multiple return vals.
The existing implementation generates uncompilable objc code for
functions returning two results.

Change-Id: I13f7329596d8fa6103c4b7827c26c5461e16a925
Reviewed-on: https://go-review.googlesource.com/11364
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-06-24 18:25:43 +00:00
..
java bind/java: manage Java object lifetime based on reference count. 2015-06-04 16:53:15 +00:00
objc mobile/bind: Fix objc bindings for multiple return vals. 2015-06-24 18:25:43 +00:00
seq bind/java: manage Java object lifetime based on reference count. 2015-06-04 16:53:15 +00:00
testdata mobile/bind: Fix objc bindings for multiple return vals. 2015-06-24 18:25:43 +00:00
bind.go bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
bind_test.go bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
gengo.go bind: make generated names less go-like to avoid name collision. 2015-05-29 19:58:06 +00:00
genjava.go bind: rename parameter p 2015-06-04 17:29:43 +00:00
genobjc.go mobile/bind: Fix objc bindings for multiple return vals. 2015-06-24 18:25:43 +00:00
printer.go go.mobile/bind: language binding generator 2014-07-31 15:09:13 -04:00
seq.go bind: support Bool types. 2015-05-14 22:17:57 +00:00