object-manager: remove deprecated API
This commit is contained in:
@@ -33,7 +33,7 @@ wireplumber__module_init (WpModule * module, WpCore * core, GVariant * args)
|
||||
WpObjectManager *om;
|
||||
|
||||
om = wp_object_manager_new ();
|
||||
wp_object_manager_add_interest_1 (om, WP_TYPE_CLIENT, NULL);
|
||||
wp_object_manager_add_interest (om, WP_TYPE_CLIENT, NULL);
|
||||
wp_object_manager_request_proxy_features (om, WP_TYPE_CLIENT,
|
||||
WP_PROXY_FEATURES_STANDARD);
|
||||
|
||||
|
Reference in New Issue
Block a user