gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

transport_darwin.go (105B)


      1 package dbus
      2 
      3 func (t *unixTransport) SendNullByte() error {
      4 	_, err := t.Write([]byte{0})
      5 	return err
      6 }