Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewCallback (0.46 sec)

  1. src/cmd/cgo/internal/swig/testdata/callback/main.go

    	os.Exit(1)
    }
    
    type GoCallback struct{}
    
    func (p *GoCallback) Run() string {
    	return "GoCallback.Run"
    }
    
    func testCall() {
    	c := NewCaller()
    	cb := NewCallback()
    
    	c.SetCallback(cb)
    	s := c.Call()
    	if s != "Callback::run" {
    		fatal("unexpected string from Call: %q", s)
    	}
    	c.DelCallback()
    }
    
    func testCallback() {
    	c := NewCaller()
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), func NetApiBufferFree(*uint8) error
    pkg syscall (windows-386), func NetUserGetInfo(*uint16, *uint16, uint32, **uint8) error
    pkg syscall (windows-386), func NewCallback(interface{}) uintptr
    pkg syscall (windows-386), func NewLazyDLL(string) *LazyDLL
    pkg syscall (windows-386), func NsecToFiletime(int64) Filetime
    pkg syscall (windows-386), func Ntohs(uint16) uint16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top