diff --git a/doc/messaging_api.txt b/doc/messaging_api.txt new file mode 100644 index 000000000..cbc06e75a --- /dev/null +++ b/doc/messaging_api.txt @@ -0,0 +1,15 @@ +Message API reference + +The message API allows any object within pulseaudio to register a message +handler. A message handler is a function that can be called by clients using +PA_COMMAND_SEND_OBJECT_MESSAGE. A message consists at least of an object path +and a message command, both specified as strings. Additional parameters can +be specified using a single string, but are not mandatory. The message handler +returns an error number as defined in def.h and also returns a string in +the "response" variable. The following reference lists available messages, +their parameters and return values. + +Recipient: +Message: +Parameters: +Return value: diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index cff628f34..9f4b7abd3 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -253,6 +253,13 @@ License along with PulseAudio; if not, see . for possible encodings.

+ + + +