From bcf5c5e3d49ab1c4c54c2e7d5111194f1d82aa9a Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Tue, 28 Jun 2022 21:25:20 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9C;;;=20Commentary:=E2=80=9D=20lab?= =?UTF-8?q?els?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pw-access.el | 2 ++ pw-lib.el | 2 ++ pw-ui.el | 2 ++ 3 files changed, 6 insertions(+) diff --git a/pw-access.el b/pw-access.el index 8e62b60..f4cd4ab 100644 --- a/pw-access.el +++ b/pw-access.el @@ -17,6 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: +;; ;; A generic interface for communication with PipeWire (https://pipewire.org). ;; It abstracts communication with PipeWire to be backend independent. ;; Only functions from this module may communicate with PipeWire. diff --git a/pw-lib.el b/pw-lib.el index 08ff030..b88b286 100644 --- a/pw-lib.el +++ b/pw-lib.el @@ -17,6 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: +;; ;; Backend-independent library to access PipeWire functionality. ;; It abstracts data returned from `pw-access' methods and provides ;; functions to work with them. diff --git a/pw-ui.el b/pw-ui.el index 0b6fe65..76f5bc3 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -17,6 +17,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +;;; Commentary: +;; ;; PipeWire user interface based on pw-lib. ;; An interactive buffer can be displayed using `M-x pipewire'. ;; `pipewire-increase-volume', `pipewire-decrease-volume' and