github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/bind/testdata/issue29559.go.golden (about)

     1  // Package main is an autogenerated binder stub for package issue29559.
     2  //   gobind -lang=go issue29559
     3  //
     4  // File is generated by gobind. Do not edit.
     5  package main
     6  
     7  /*
     8  #include <stdlib.h>
     9  #include <stdint.h>
    10  #include "seq.h"
    11  #include "issue29559.h"
    12  
    13  */
    14  import "C"
    15  
    16  import (
    17  	_seq "github.com/thommil/tge-mobile/bind/seq"
    18  	"issue29559"
    19  )
    20  
    21  // suppress the error if seq ends up unused
    22  var _ = _seq.FromRefNum
    23  
    24  //export proxyissue29559__TakesAString
    25  func proxyissue29559__TakesAString(param_s C.nstring) {
    26  	_param_s := decodeString(param_s)
    27  	issue29559.TakesAString(_param_s)
    28  }