blob: 2dfe8e464bec7a42c18e8e78945abf9755d10ad6 [file] [log] [blame]
// Package gomobile_bind is an autogenerated binder stub for package try.
// gobind -lang=go try
//
// File is generated by gobind. Do not edit.
package gomobile_bind
/*
#include <stdlib.h>
#include <stdint.h>
#include "seq.h"
#include "try.h"
*/
import "C"
import (
_seq "golang.org/x/mobile/bind/seq"
"try"
)
// suppress the error if seq ends up unused
var _ = _seq.FromRefNum
//export proxytry__This
func proxytry__This() C.nstring {
res_0 := try.This()
_res_0 := encodeString(res_0)
return _res_0
}