diff options
Diffstat (limited to 'nexgb/xv')
| -rw-r--r-- | nexgb/xv/xv.go | 32 | 
1 files changed, 16 insertions, 16 deletions
| diff --git a/nexgb/xv/xv.go b/nexgb/xv/xv.go index c6ba384..c3deb75 100644 --- a/nexgb/xv/xv.go +++ b/nexgb/xv/xv.go @@ -2,7 +2,7 @@  package xv  /* -	This file was generated by xv.xml on May 11 2012 11:57:20pm EDT. +	This file was generated by xv.xml on May 26 2012 6:23:14pm EDT.  	This file is automatically generated. Edit at your peril!  */ @@ -41,14 +41,6 @@ func init() {  	xgb.NewExtErrorFuncs["XVideo"] = make(map[int]xgb.NewErrorFun)  } -// Skipping definition for base type 'Float' - -// Skipping definition for base type 'Card8' - -// Skipping definition for base type 'Int16' - -// Skipping definition for base type 'Int32' -  // Skipping definition for base type 'Void'  // Skipping definition for base type 'Byte' @@ -65,6 +57,14 @@ func init() {  // Skipping definition for base type 'Bool' +// Skipping definition for base type 'Float' + +// Skipping definition for base type 'Card8' + +// Skipping definition for base type 'Int16' + +// Skipping definition for base type 'Int32' +  const (  	TypeInputMask  = 1  	TypeOutputMask = 2 @@ -172,7 +172,7 @@ func (v Rational) Bytes() []byte {  	return buf  } -// RationalListBytes writes a list of %s(MISSING) values to a byte slice. +// RationalListBytes writes a list of Rational values to a byte slice.  func RationalListBytes(buf []byte, list []Rational) int {  	b := 0  	var structBytes []byte @@ -231,7 +231,7 @@ func (v Format) Bytes() []byte {  	return buf  } -// FormatListBytes writes a list of %s(MISSING) values to a byte slice. +// FormatListBytes writes a list of Format values to a byte slice.  func FormatListBytes(buf []byte, list []Format) int {  	b := 0  	var structBytes []byte @@ -328,7 +328,7 @@ func (v AdaptorInfo) Bytes() []byte {  	return buf  } -// AdaptorInfoListBytes writes a list of %s(MISSING) values to a byte slice. +// AdaptorInfoListBytes writes a list of AdaptorInfo values to a byte slice.  func AdaptorInfoListBytes(buf []byte, list []AdaptorInfo) int {  	b := 0  	var structBytes []byte @@ -431,7 +431,7 @@ func (v EncodingInfo) Bytes() []byte {  	return buf  } -// EncodingInfoListBytes writes a list of %s(MISSING) values to a byte slice. +// EncodingInfoListBytes writes a list of EncodingInfo values to a byte slice.  func EncodingInfoListBytes(buf []byte, list []EncodingInfo) int {  	b := 0  	var structBytes []byte @@ -551,7 +551,7 @@ func (v Image) Bytes() []byte {  	return buf  } -// ImageListBytes writes a list of %s(MISSING) values to a byte slice. +// ImageListBytes writes a list of Image values to a byte slice.  func ImageListBytes(buf []byte, list []Image) int {  	b := 0  	var structBytes []byte @@ -639,7 +639,7 @@ func (v AttributeInfo) Bytes() []byte {  	return buf  } -// AttributeInfoListBytes writes a list of %s(MISSING) values to a byte slice. +// AttributeInfoListBytes writes a list of AttributeInfo values to a byte slice.  func AttributeInfoListBytes(buf []byte, list []AttributeInfo) int {  	b := 0  	var structBytes []byte @@ -869,7 +869,7 @@ func (v ImageFormatInfo) Bytes() []byte {  	return buf  } -// ImageFormatInfoListBytes writes a list of %s(MISSING) values to a byte slice. +// ImageFormatInfoListBytes writes a list of ImageFormatInfo values to a byte slice.  func ImageFormatInfoListBytes(buf []byte, list []ImageFormatInfo) int {  	b := 0  	var structBytes []byte | 
