libgdbus: Move common gdbus interfaces to libsystem package
[platform/core/system/storaged.git] / src / shared / apps.c
index 246b592..4d7b13b 100644 (file)
@@ -22,6 +22,7 @@
 #include "apps.h"
 
 #define ARRAY_SIZE(name) (sizeof(name)/sizeof(name[0]))
+#define POPUP_METHOD_LAUNCH "PopupLaunch"
 
 static const struct app_dbus_match {
        const char *type;
@@ -58,7 +59,7 @@ int launch_system_app(char *type, int num, ...)
 
        va_start(args, num);
 
-       ret = dbus_method_async_pairs(app_match[match].bus,
+       ret = dbus_handle_method_async_pairs(app_match[match].bus,
                        app_match[match].path,
                        app_match[match].iface,
                        app_match[match].method,