mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-07 00:43:29 +08:00
Squashed commit of the following:
commit 7f46be64521d7cdf4d94409f979143a55acd665a Author: Avi Zimmerman <avi.zimmerman@gmail.com> Date: Thu Jan 7 12:18:37 2021 +0200 improve plugin interfaces
This commit is contained in:
@@ -11,9 +11,7 @@ import (
|
||||
)
|
||||
|
||||
// ParameterSpec is a go representation of a C GParamSpec
|
||||
type ParameterSpec struct {
|
||||
paramSpec *C.GParamSpec
|
||||
}
|
||||
type ParameterSpec struct{ paramSpec *C.GParamSpec }
|
||||
|
||||
// NewStringParameter returns a new ParameterSpec that will hold a string value.
|
||||
func NewStringParameter(name, nick, blurb string, defaultValue *string, flags ParameterFlags) *ParameterSpec {
|
||||
|
Reference in New Issue
Block a user