elementary / notifications

Gtk Notifications Server
https://elementary.io
GNU General Public License v3.0
38 stars 6 forks source link

Add `CanberraGtk4` Namespace for Replacement of `libcanberra-gtk` #160

Closed Marukesu closed 2 years ago

Marukesu commented 2 years ago

The only function that we was using from libcanberra-gtk was context_get(), CanberraGtk4.context_get() reimplements it using the Gtk4 types.

treppenwitz03 commented 2 years ago

Hi @Marukesu ! Thanks for this