func GetStreamRefDescription()

in wrap.go [87:89]


func GetStreamRefDescription(f FSEventStreamRef) string {
	return cfStringToGoString(C.FSEventStreamCopyDescription(f))
}