1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-22 06:55:39 +00:00
random-utils/vendor/github.com/mqu/go-notify
Vincent Batts 4ab3be9bc6
go*: one go module for the repo, no more nested
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-04-26 19:34:55 +00:00
..
LICENSE go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
notify.go go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
README go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00

This is a fork of https://github.com/lenormf/go-notify go-notify with some minor corrections.

Install : 

 # install libnotify devel librairies,
 sudo apt-get install libnotify-dev # debian style
 
 # installing go-notify
 go get github.com/mqu/go-notify

C Dependencies: libnotify (sudo apt-get install libnotify-dev)

GO Dependencies: github.com/mattn/go-gtk/glib

This package provides GO bindings for the C library libnotify.
Although this package provides full retro-compatibility with the regular C
library, it also provides OOP-like functions for the NotifyNotification object.

The notify package depends on mattn's glib wrapper for the GO language.

See example for usage.