forked from quickshell/quickshell
dbus: create property helper classes
Handles asynchronous property updates, part of the work for StatusNotifierItems.
This commit is contained in:
parent
8529a2eb22
commit
8e530b6b77
6 changed files with 530 additions and 0 deletions
|
@ -5,6 +5,10 @@ install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|||
add_subdirectory(core)
|
||||
add_subdirectory(io)
|
||||
|
||||
if (DBUS)
|
||||
add_subdirectory(dbus)
|
||||
endif()
|
||||
|
||||
if (WAYLAND)
|
||||
add_subdirectory(wayland)
|
||||
endif ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue