Skip to content

Commit

Permalink
Re-gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlab committed Sep 22, 2016
1 parent 8126622 commit 09489fc
Show file tree
Hide file tree
Showing 25 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion android/android.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package android
Expand Down
2 changes: 1 addition & 1 deletion android/cgo_helpers.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

#include "_cgo_export.h"
Expand Down
78 changes: 39 additions & 39 deletions android/cgo_helpers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package android
Expand Down Expand Up @@ -49,8 +49,8 @@ func (x *AssetManager) Free() {
}

// NewAssetManagerRef converts the C object reference into a raw struct reference without wrapping.
func NewAssetManagerRef(ref *C.AAssetManager) *AssetManager {
return (*AssetManager)(unsafe.Pointer(ref))
func NewAssetManagerRef(ref unsafe.Pointer) *AssetManager {
return (*AssetManager)(ref)
}

// NewAssetManager allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -145,8 +145,8 @@ func (x *AssetDir) Free() {
}

// NewAssetDirRef converts the C object reference into a raw struct reference without wrapping.
func NewAssetDirRef(ref *C.AAssetDir) *AssetDir {
return (*AssetDir)(unsafe.Pointer(ref))
func NewAssetDirRef(ref unsafe.Pointer) *AssetDir {
return (*AssetDir)(ref)
}

// NewAssetDir allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -191,8 +191,8 @@ func (x *Asset) Free() {
}

// NewAssetRef converts the C object reference into a raw struct reference without wrapping.
func NewAssetRef(ref *C.AAsset) *Asset {
return (*Asset)(unsafe.Pointer(ref))
func NewAssetRef(ref unsafe.Pointer) *Asset {
return (*Asset)(ref)
}

// NewAsset allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -237,8 +237,8 @@ func (x *JNINativeMethod) Free() {
}

// NewJNINativeMethodRef converts the C object reference into a raw struct reference without wrapping.
func NewJNINativeMethodRef(ref *C.JNINativeMethod) *JNINativeMethod {
return (*JNINativeMethod)(unsafe.Pointer(ref))
func NewJNINativeMethodRef(ref unsafe.Pointer) *JNINativeMethod {
return (*JNINativeMethod)(ref)
}

// NewJNINativeMethod allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -283,8 +283,8 @@ func (x *JavaVMAttachArgs) Free() {
}

// NewJavaVMAttachArgsRef converts the C object reference into a raw struct reference without wrapping.
func NewJavaVMAttachArgsRef(ref *C.JavaVMAttachArgs) *JavaVMAttachArgs {
return (*JavaVMAttachArgs)(unsafe.Pointer(ref))
func NewJavaVMAttachArgsRef(ref unsafe.Pointer) *JavaVMAttachArgs {
return (*JavaVMAttachArgs)(ref)
}

// NewJavaVMAttachArgs allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -329,8 +329,8 @@ func (x *JavaVMOption) Free() {
}

// NewJavaVMOptionRef converts the C object reference into a raw struct reference without wrapping.
func NewJavaVMOptionRef(ref *C.JavaVMOption) *JavaVMOption {
return (*JavaVMOption)(unsafe.Pointer(ref))
func NewJavaVMOptionRef(ref unsafe.Pointer) *JavaVMOption {
return (*JavaVMOption)(ref)
}

// NewJavaVMOption allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -375,8 +375,8 @@ func (x *JavaVMInitArgs) Free() {
}

// NewJavaVMInitArgsRef converts the C object reference into a raw struct reference without wrapping.
func NewJavaVMInitArgsRef(ref *C.JavaVMInitArgs) *JavaVMInitArgs {
return (*JavaVMInitArgs)(unsafe.Pointer(ref))
func NewJavaVMInitArgsRef(ref unsafe.Pointer) *JavaVMInitArgs {
return (*JavaVMInitArgs)(ref)
}

// NewJavaVMInitArgs allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -421,8 +421,8 @@ func (x *Configuration) Free() {
}

// NewConfigurationRef converts the C object reference into a raw struct reference without wrapping.
func NewConfigurationRef(ref *C.AConfiguration) *Configuration {
return (*Configuration)(unsafe.Pointer(ref))
func NewConfigurationRef(ref unsafe.Pointer) *Configuration {
return (*Configuration)(ref)
}

// NewConfiguration allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -467,8 +467,8 @@ func (x *Looper) Free() {
}

// NewLooperRef converts the C object reference into a raw struct reference without wrapping.
func NewLooperRef(ref *C.ALooper) *Looper {
return (*Looper)(unsafe.Pointer(ref))
func NewLooperRef(ref unsafe.Pointer) *Looper {
return (*Looper)(ref)
}

// NewLooper allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -708,8 +708,8 @@ func (x *NativeActivityCallbacks) Free() {
}

// NewNativeActivityCallbacksRef converts the C object reference into a raw struct reference without wrapping.
func NewNativeActivityCallbacksRef(ref *C.ANativeActivityCallbacks) *NativeActivityCallbacks {
return (*NativeActivityCallbacks)(unsafe.Pointer(ref))
func NewNativeActivityCallbacksRef(ref unsafe.Pointer) *NativeActivityCallbacks {
return (*NativeActivityCallbacks)(ref)
}

// NewNativeActivityCallbacks allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -778,8 +778,8 @@ func (x *InputEvent) Free() {
}

// NewInputEventRef converts the C object reference into a raw struct reference without wrapping.
func NewInputEventRef(ref *C.AInputEvent) *InputEvent {
return (*InputEvent)(unsafe.Pointer(ref))
func NewInputEventRef(ref unsafe.Pointer) *InputEvent {
return (*InputEvent)(ref)
}

// NewInputEvent allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -824,8 +824,8 @@ func (x *InputQueue) Free() {
}

// NewInputQueueRef converts the C object reference into a raw struct reference without wrapping.
func NewInputQueueRef(ref *C.AInputQueue) *InputQueue {
return (*InputQueue)(unsafe.Pointer(ref))
func NewInputQueueRef(ref unsafe.Pointer) *InputQueue {
return (*InputQueue)(ref)
}

// NewInputQueue allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -870,8 +870,8 @@ func (x *NativeWindow) Free() {
}

// NewNativeWindowRef converts the C object reference into a raw struct reference without wrapping.
func NewNativeWindowRef(ref *C.ANativeWindow) *NativeWindow {
return (*NativeWindow)(unsafe.Pointer(ref))
func NewNativeWindowRef(ref unsafe.Pointer) *NativeWindow {
return (*NativeWindow)(ref)
}

// NewNativeWindow allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -1114,8 +1114,8 @@ func (x *ObbInfo) Free() {
}

// NewObbInfoRef converts the C object reference into a raw struct reference without wrapping.
func NewObbInfoRef(ref *C.AObbInfo) *ObbInfo {
return (*ObbInfo)(unsafe.Pointer(ref))
func NewObbInfoRef(ref unsafe.Pointer) *ObbInfo {
return (*ObbInfo)(ref)
}

// NewObbInfo allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -1328,8 +1328,8 @@ func (x *UncalibratedEvent) Free() {
}

// NewUncalibratedEventRef converts the C object reference into a raw struct reference without wrapping.
func NewUncalibratedEventRef(ref *C.AUncalibratedEvent) *UncalibratedEvent {
return (*UncalibratedEvent)(unsafe.Pointer(ref))
func NewUncalibratedEventRef(ref unsafe.Pointer) *UncalibratedEvent {
return (*UncalibratedEvent)(ref)
}

// NewUncalibratedEvent allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -1567,8 +1567,8 @@ func (x *SensorManager) Free() {
}

// NewSensorManagerRef converts the C object reference into a raw struct reference without wrapping.
func NewSensorManagerRef(ref *C.ASensorManager) *SensorManager {
return (*SensorManager)(unsafe.Pointer(ref))
func NewSensorManagerRef(ref unsafe.Pointer) *SensorManager {
return (*SensorManager)(ref)
}

// NewSensorManager allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -1613,8 +1613,8 @@ func (x *SensorEventQueue) Free() {
}

// NewSensorEventQueueRef converts the C object reference into a raw struct reference without wrapping.
func NewSensorEventQueueRef(ref *C.ASensorEventQueue) *SensorEventQueue {
return (*SensorEventQueue)(unsafe.Pointer(ref))
func NewSensorEventQueueRef(ref unsafe.Pointer) *SensorEventQueue {
return (*SensorEventQueue)(ref)
}

// NewSensorEventQueue allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -1659,8 +1659,8 @@ func (x *Sensor) Free() {
}

// NewSensorRef converts the C object reference into a raw struct reference without wrapping.
func NewSensorRef(ref *C.ASensor) *Sensor {
return (*Sensor)(unsafe.Pointer(ref))
func NewSensorRef(ref unsafe.Pointer) *Sensor {
return (*Sensor)(ref)
}

// NewSensor allocates a new C object of this type and converts the reference into
Expand Down Expand Up @@ -1705,8 +1705,8 @@ func (x *StorageManager) Free() {
}

// NewStorageManagerRef converts the C object reference into a raw struct reference without wrapping.
func NewStorageManagerRef(ref *C.AStorageManager) *StorageManager {
return (*StorageManager)(unsafe.Pointer(ref))
func NewStorageManagerRef(ref unsafe.Pointer) *StorageManager {
return (*StorageManager)(ref)
}

// NewStorageManager allocates a new C object of this type and converts the reference into
Expand Down
2 changes: 1 addition & 1 deletion android/cgo_helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

#include <android/api-level.h>
Expand Down
2 changes: 1 addition & 1 deletion android/const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package android
Expand Down
2 changes: 1 addition & 1 deletion android/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

/*
Expand Down
2 changes: 1 addition & 1 deletion android/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:20 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package android
Expand Down
2 changes: 1 addition & 1 deletion egl/cgo_helpers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package egl
Expand Down
2 changes: 1 addition & 1 deletion egl/cgo_helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

#include <EGL/egl.h>
Expand Down
2 changes: 1 addition & 1 deletion egl/const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package egl
Expand Down
2 changes: 1 addition & 1 deletion egl/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

/*
Expand Down
2 changes: 1 addition & 1 deletion egl/egl.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package egl
Expand Down
2 changes: 1 addition & 1 deletion egl/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:06 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package egl
Expand Down
2 changes: 1 addition & 1 deletion gles/cgo_helpers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package gles
Expand Down
2 changes: 1 addition & 1 deletion gles/cgo_helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

#include <GLES/gl.h>
Expand Down
2 changes: 1 addition & 1 deletion gles/const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package gles
Expand Down
2 changes: 1 addition & 1 deletion gles/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

/*
Expand Down
2 changes: 1 addition & 1 deletion gles/gles.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package gles
Expand Down
2 changes: 1 addition & 1 deletion gles/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:21 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package gles
Expand Down
2 changes: 1 addition & 1 deletion gles2/cgo_helpers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:22 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package gles2
Expand Down
2 changes: 1 addition & 1 deletion gles2/cgo_helpers.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:22 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

#include <GLES2/gl2.h>
Expand Down
2 changes: 1 addition & 1 deletion gles2/const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:22 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

package gles2
Expand Down
2 changes: 1 addition & 1 deletion gles2/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS.

// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 02:15:07 MSK.
// WARNING: This file has automatically been generated on Thu, 22 Sep 2016 23:20:22 MSK.
// By https://git.io/cgogen. DO NOT EDIT.

/*
Expand Down
Loading

0 comments on commit 09489fc

Please sign in to comment.