Marcel Tiede
Marcel Tiede
The translation is probably wrong: - [Gint64](https://docs.gtk.org/glib/types.html#gint64) is correct to be translated to dotnet `long` as both are 64 bit in all cases. - [glong](https://docs.gtk.org/glib/types.html#glong) should probably translate to dotnet...
> Namespace Notify conflict with GObject.Notify. Can you give concrete symbols / class names that do conflict? Currently I can't find a potential conflict? Afaik there is no class `Notify`?
According to the [docs](https://learn.microsoft.com/en-us/dotnet/csharp/misc/cs0119) for cs0119 we should be able to fix this issue without renaming but by fully qualifying the call. Perhaps it must be `global::Notify.Notification...` You can try...
Would you create a PR? Then I can take a more detailed look at it. Please try to keep the changes at a minimum so it is easy and fast...
You can simply create the PR to add libnotify to gir.core. Then the error should appear, right? Afterwards I can check in detail what to do with the issue and...
Please, please no pressure and please don't feel pushed by me. I just wanted to confirm you are still interested. I'm currently pretty occupied, too. This is still a hobby....
I will add Notify-0.7.gir and try to see what I can do to fix the issue beforehand. Afterwards you can create the PR to add the nuget to GirCore.
Do you think it makes sense to add libnotify? The [homepage](https://gitlab.gnome.org/GNOME/libnotify) states: > For GLib based applications the [GNotification](https://docs.gtk.org/gio/class.Notification.html) API should be used instead. As all GirCore based apps are...
No, this is a DBus sample on how to invoke notifications via DBus. I needed a simple sample to demonstrate DBus and choose the notification endpoint. DBus is a framework...
As Cairo is implemented manually it should not be to hard to add the API as a static method on the `ImageSurface` class in the public and internal folders inside...