tray: Change return type of create_menu method

Programs using this lib won't have to link against DBusmenu-gtk3
anymore.
This commit is contained in:
kotontrion
2024-09-11 10:57:51 +02:00
parent 68e46d2522
commit 56dd3eb43d
+1 -1
View File
@@ -258,7 +258,7 @@ public class TrayItem : Object {
}
public DbusmenuGtk.Menu? create_menu() {
public Gtk.Menu? create_menu() {
if (proxy.Menu == null)
return null;