rust-libnotify/src
Julian Ospald fe4d803efe
Small rewrite:
* Use error-chain for errors and expose them
* Don't use Context object, since the lifetimes get us in trouble
  when used with gtk-rs, which has callback closures with static
  lifetime. Instead we just expose notify_init()/notify_uninit() and
  panic when functions are called before notify_init().
2017-07-10 01:01:36 +02:00
..
errors.rs Small rewrite: 2017-07-10 01:01:36 +02:00
lib.rs Small rewrite: 2017-07-10 01:01:36 +02:00