File: transport_darwin.go

package info (click to toggle)
golang-dbus 3-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 368 kB
  • sloc: sh: 41; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
package dbus

func (t *unixTransport) SendNullByte() error {
	_, err := t.Write([]byte{0})
	return err
}