issue29559.go.golden 580 B

1234567891011121314151617181920212223242526272829
  1. // Code generated by gobind. DO NOT EDIT.
  2. // Package main is an autogenerated binder stub for package issue29559.
  3. //
  4. // autogenerated by gobind -lang=go issue29559
  5. package main
  6. /*
  7. #include <stdlib.h>
  8. #include <stdint.h>
  9. #include "seq.h"
  10. #include "issue29559.h"
  11. */
  12. import "C"
  13. import (
  14. _seq "golang.org/x/mobile/bind/seq"
  15. "issue29559"
  16. )
  17. // suppress the error if seq ends up unused
  18. var _ = _seq.FromRefNum
  19. //export proxyissue29559__TakesAString
  20. func proxyissue29559__TakesAString(param_s C.nstring) {
  21. _param_s := decodeString(param_s)
  22. issue29559.TakesAString(_param_s)
  23. }