X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpkgmgrinfo_basic.h;h=d75c33f9cbb9e96714419b5ffe7a3819a0c30d20;hb=0c6298044f0359d91aa34a3182853f61dfce2ce6;hp=de9c71bb5c00181b87cc1825d9e5df16d6145885;hpb=901ac9d4ab654e434a12a0fec9908c5bfb9eb2dd;p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git diff --git a/include/pkgmgrinfo_basic.h b/include/pkgmgrinfo_basic.h index de9c71b..d75c33f 100644 --- a/include/pkgmgrinfo_basic.h +++ b/include/pkgmgrinfo_basic.h @@ -192,6 +192,7 @@ typedef struct application_x { char *package_installed_time; /*installed time after finishing of installation*/ char *support_mode; /*attr*/ char *locale; /*no xml part*/ + char *light_user_switch_mode; /**< light_user_switch_mode flag, attr, default: "dafault"*/ GList *label; /*element*/ GList *icon; /*element*/ GList *image; /*element*/ @@ -243,6 +244,7 @@ typedef struct package_x { char *res_type; /**< res type, attr*/ char *res_version; /**< res version, attr*/ char *is_disabled; /**< Flag that indicates if the package is disabled or not, no xml part*/ + char *light_user_switch_mode; /**< light_user_switch_mode flag, attr, default: "dafault"*/ GList *icon; /**< package icon, element*/ GList *label; /**< package label, element*/ GList *author; /**< package author, element*/ @@ -257,6 +259,7 @@ typedef struct package_x { GList *dependencies; /**< package dependencies, element*/ GList *plugin; /**< plugin execution list, no xml part*/ GList *res_allowed_packages; /**< res allowed packages, element*/ + GList *metadata; /*element*/ } package_x; typedef struct updateinfo_x {