wireplumber: rename get_default_wp to get_default

This commit is contained in:
kotontrion
2024-09-18 12:55:40 +02:00
parent 18c0a31fa4
commit de096e16da
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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);
+2 -2
View File
@@ -352,13 +352,13 @@ AstalWpWp *astal_wp_wp_get_default() {
}
/**
* astal_wp_get_default_wp
* astal_wp_get_default
*
* gets the default wireplumber object.
*
* Returns: (nullable) (transfer none): gets the default wireplumber object.
*/
AstalWpWp *astal_wp_get_default_wp() { return astal_wp_wp_get_default(); }
AstalWpWp *astal_wp_get_default() { return astal_wp_wp_get_default(); }
static void astal_wp_wp_dispose(GObject *object) {
AstalWpWp *self = ASTAL_WP_WP(object);