heyjuvi / avizo

A neat notification daemon
GNU General Public License v3.0
450 stars 23 forks source link

Display on all monitors and allow to set vertical offset #19

Closed jirutka closed 2 years ago

jirutka commented 2 years ago

Resolves #4 Resolves #18

Please note that this is my very first experience with Vala and more or less even with Gtk, so I’m not really sure if it’s implemented correctly and if there are any memory leaks.

heyjuvi commented 2 years ago

I think this looks fine. According to memory issues, Vala does reference counting (or rather compiles in reference counters), which take care of freeing the memory, unless you use weak references or something. Thanks for your work!