mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Add client info message
Update client info and improve core info
This commit is contained in:
parent
2f18af1fb2
commit
ff5e260d67
11 changed files with 165 additions and 21 deletions
|
|
@ -39,6 +39,11 @@ extern "C" {
|
|||
|
||||
void pinos_init (int *argc, char **argv[]);
|
||||
|
||||
const char * pinos_get_application_name (void);
|
||||
const char * pinos_get_prgname (void);
|
||||
const char * pinos_get_user_name (void);
|
||||
const char * pinos_get_host_name (void);
|
||||
|
||||
char * pinos_client_name (void);
|
||||
|
||||
void pinos_fill_context_properties (PinosProperties *properties);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue