mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
remove more unused stuff
This commit is contained in:
parent
ad71c82159
commit
45ee7b4490
5 changed files with 13 additions and 98 deletions
|
|
@ -64,13 +64,10 @@ GType pinos_link_get_type (void);
|
|||
|
||||
PinosLink * pinos_link_new (PinosDaemon *daemon,
|
||||
PinosPort *output,
|
||||
PinosPort *input,
|
||||
GBytes *format_filter);
|
||||
PinosPort *input);
|
||||
|
||||
void pinos_link_remove (PinosLink *link);
|
||||
|
||||
GBytes * pinos_link_get_possible_formats (PinosLink *link);
|
||||
GBytes * pinos_link_get_format (PinosLink *link);
|
||||
PinosProperties * pinos_link_get_properties (PinosLink *link);
|
||||
|
||||
const gchar * pinos_link_get_object_path (PinosLink *link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue