mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
networking: add networking library
This commit is contained in:
parent
bcc3d4265e
commit
db37dc580a
34 changed files with 3177 additions and 1 deletions
13
src/network/module.md
Normal file
13
src/network/module.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Quickshell.Networking"
|
||||
description = "Network API"
|
||||
headers = [
|
||||
"network.hpp",
|
||||
"device.hpp",
|
||||
"wifi.hpp",
|
||||
]
|
||||
-----
|
||||
This module exposes Network management APIs provided by a supported network backend.
|
||||
For now, the only backend available is the NetworkManager DBus interface.
|
||||
Both DBus and NetworkManager must be running to use it.
|
||||
|
||||
See the @@Quickshell.Networking.Networking singleton.
|
||||
Loading…
Add table
Add a link
Reference in a new issue