包通知提供了Gnome DBus通知规范的实现。-Golang开发

时间:2024-06-15 11:41:54
【文件属性】:

文件名称:包通知提供了Gnome DBus通知规范的实现。-Golang开发

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-15 11:41:54

Golang Messaging

go-notify软件包notify提供了Gnome DBus通知规范的实现。 示例显示一个简单的通知。 ntf:= notify.NewNotification(“ Test Notification”,“ Just a test”)如果_,则go-notify软件包notify提供了Gnome DBus Notifications规范的实现。 示例显示一个简单的通知。 ntf:= notify.NewNotification(“ Test Notification”,“ Just a test”)如果_,err:= ntf.Show(); err!= nil {return}显示带有图标的通知。 查阅图标命名规范。 ntf:= notify.NewNotification(“ Test Notification”,“ Just a test”)ntf.AppIcon =“网络无线”如果_,err:= ntf.Show(); err!= nil {return}显示一个通知


【文件预览】:
go-notify-master
----go.mod(90B)
----doc.go(108B)
----LICENSE(1KB)
----go.sum(169B)
----README.md(1KB)
----dbus.go(8KB)
----dbus_test.go(2KB)

网友评论