Esempio n. 1
0
func (this *Port) GetShortName() string {
	return C.GoString(C.jack_port_short_name(this.jackPort))
}
Esempio n. 2
0
func (port *Port) GetShortName() string {
	return C.GoString(C.jack_port_short_name(port.handler))
}