diff --git a/lib/wp/component-loader.h b/lib/wp/component-loader.h index e3072be6..daa1ad0e 100644 --- a/lib/wp/component-loader.h +++ b/lib/wp/component-loader.h @@ -37,6 +37,15 @@ struct _WpComponentLoaderInterface WP_PADDING(6) }; +WP_API +void wp_core_load_component (WpCore * self, const gchar * component, + const gchar * type, WpSpaJson * args, GCancellable * cancellable, + GAsyncReadyCallback callback, gpointer data); + +WP_API +GObject * wp_core_load_component_finish (WpCore * self, GAsyncResult * res, + GError ** error); + G_END_DECLS #endif diff --git a/lib/wp/core.h b/lib/wp/core.h index 53bf1f42..6064f115 100644 --- a/lib/wp/core.h +++ b/lib/wp/core.h @@ -48,15 +48,6 @@ struct pw_core * wp_core_get_pw_core (WpCore * self); WP_API gchar *wp_core_get_vm_type (WpCore *self); -WP_API -void wp_core_load_component (WpCore * self, const gchar * component, - const gchar * type, WpSpaJson * args, GCancellable * cancellable, - GAsyncReadyCallback callback, gpointer data); - -WP_API -GObject * wp_core_load_component_finish (WpCore * self, GAsyncResult * res, - GError ** error); - /* Connection */ WP_API