afm-launch: remove unused tag field
[src/app-framework-main.git] / src / afm-launch.h
index 8990901..552dd18 100644 (file)
@@ -18,7 +18,6 @@
 
 struct afm_launch_desc {
        const char *path;
-       const char *tag;
        const char *appid;
        const char *content;
        const char *type;
@@ -27,6 +26,8 @@ struct afm_launch_desc {
        const char **plugins;
        int width;
        int height;
+       enum afm_launch_mode mode;
 };
 
-int afm_launch(struct afm_launch_desc *desc, pid_t children[2]);
+int afm_launch_initialize();
+int afm_launch(struct afm_launch_desc *desc, pid_t children[2], char **uri);