Registry / messaging / guelfey-go-dbus

guelfey-go-dbus

JSON →
library0.0.0-20220105183920-7084538c37afgogounverified

Package dbus implements bindings to the D-Bus message bus system for inter-process communication.

go get github.com/guelfey/go.dbus
INSTALL
IMPORT
SIG · GUELFEY-GO-DBUS
G
guelfey-go-dbus
messaginggov0.0.0-20220105183920-7084538c37af
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dbus
github.com/guelfey/go.dbus

Connects to the session D-Bus.

package main import ( "fmt" "github.com/guelfey/go.dbus" ) func main() { conn, err := dbus.SessionBus() if err != nil { panic(err) } fmt.Println(conn) }
Debug
Known issues
gotchaThis package is a fork of the original go.dbus and may have diverged; check compatibility with existing code.
fix
Verify API changes against the original godbus/dbus package before migrating.
affects: all
Upgrade
Version history
0.0.0-20220105183920-7084538c37aflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
guelfey-go-dbus — go get guelfey-go-dbus · libregistry