From 01b9abc5ef2f381fc3f95d898fab3e80775ff475 Mon Sep 17 00:00:00 2001 From: Vitaliy Fadeev Date: Fri, 20 Mar 2026 09:20:15 +0000 Subject: [PATCH] Edit overview.dox five flags Node --- doc/dox/overview.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dox/overview.dox b/doc/dox/overview.dox index 1490cd444..9e2530163 100644 --- a/doc/dox/overview.dox +++ b/doc/dox/overview.dox @@ -77,7 +77,7 @@ Certain properties are, by convention, expected for specific object types. Each object type has a list of methods that it needs to implement. -The session manager is responsible for defining the list of permissions each client has. Each permission entry is an object ID and four flags. The four flags are: +The session manager is responsible for defining the list of permissions each client has. Each permission entry is an object ID and five flags. The five flags are: - Read: the object can be seen and events can be received; - Write: the object can be modified, usually through methods (which requires the execute flag) @@ -109,7 +109,7 @@ Modules in PipeWire can only be loaded in their own process. A client, for examp Nodes are the core data processing entities in PipeWire. They may produce data (capture devices, signal generators, ...), consume data (playback devices, network endpoints, ...) or both (filters). -Notes have a method `process`, which eats up data from input ports and provides data for each output port. +Nodes have a method `process`, which eats up data from input ports and provides data for each output port. #### Ports