mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-28 08:57:33 -05:00
Remove vfunc from port
Update docs Remove virtual functions from port, we don't want this to be changed.
This commit is contained in:
parent
20c50772fa
commit
91385a782e
3 changed files with 102 additions and 163 deletions
|
|
@ -62,14 +62,6 @@ struct _PinosPort {
|
|||
*/
|
||||
struct _PinosPortClass {
|
||||
GObjectClass parent_class;
|
||||
|
||||
PinosChannel * (*create_channel) (PinosPort *port,
|
||||
const gchar *client_path,
|
||||
GBytes *format_filter,
|
||||
PinosProperties *props,
|
||||
GError **error);
|
||||
gboolean (*release_channel) (PinosPort *port,
|
||||
PinosChannel *channel);
|
||||
};
|
||||
|
||||
/* normal GObject stuff */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue