mirror of
https://github.com/zoriya/astal.git
synced 2026-06-02 10:15:14 +00:00
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:
@@ -258,7 +258,7 @@ public class TrayItem : Object {
|
||||
}
|
||||
|
||||
|
||||
public DbusmenuGtk.Menu? create_menu() {
|
||||
public Gtk.Menu? create_menu() {
|
||||
if (proxy.Menu == null)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user