summaryrefslogtreecommitdiff
path: root/lib/wireplumber/include/astal
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-09-18 20:31:22 +0200
committerkotontrion <[email protected]>2024-09-18 20:31:22 +0200
commit36adb5a19bf0414c7bd3703f4c6244c44fb8e68e (patch)
tree239fd47001dce18dcb7de58c3bafbe407bdf5f19 /lib/wireplumber/include/astal
parentc37823ae42b38bed8aca06f78f3a4cb44eb41d5c (diff)
parent10b9cde328947d038029f2496f43da75138abb3d (diff)
Merge branch 'fix/wireplumber-11'
Diffstat (limited to 'lib/wireplumber/include/astal')
-rw-r--r--lib/wireplumber/include/astal/wireplumber/wp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wireplumber/include/astal/wireplumber/wp.h b/lib/wireplumber/include/astal/wireplumber/wp.h
index 1ff341c..8d1ea83 100644
--- a/lib/wireplumber/include/astal/wireplumber/wp.h
+++ b/lib/wireplumber/include/astal/wireplumber/wp.h
@@ -22,7 +22,7 @@ typedef enum {
G_DECLARE_FINAL_TYPE(AstalWpWp, astal_wp_wp, ASTAL_WP, WP, GObject)
AstalWpWp* astal_wp_wp_get_default();
-AstalWpWp* astal_wp_get_default_wp();
+AstalWpWp* astal_wp_get_default();
AstalWpAudio* astal_wp_wp_get_audio(AstalWpWp* self);
AstalWpVideo* astal_wp_wp_get_video(AstalWpWp* self);