From de096e16da8a76c60b97ca0238a1cd1b545fa295 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Wed, 18 Sep 2024 12:55:40 +0200 Subject: wireplumber: rename get_default_wp to get_default --- lib/wireplumber/include/astal/wireplumber/wp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wireplumber/include/astal') 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); -- cgit v1.2.3