Release version 0.13.5
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_basic.h
index cfb0f95..deb93ab 100644 (file)
@@ -81,6 +81,7 @@ typedef struct appcontrol_x {
        char *operation;
        char *uri;
        char *mime;
+       char *visibility;
        GList *privileges;
 } appcontrol_x;
 
@@ -212,7 +213,6 @@ typedef struct package_x {
        char *zip_mount_file;   /*no xml part*/
        char *backend_installer;                /**< package backend installer, attr*/
        char *external_path; /**< external storage path if exists, no xml part*/
-       char *pkg_certs_dir;    /**< pkg certificate directory, attr*/
        char *use_system_certs; /**< use system certificates, attr*/
        GList *icon;            /**< package icon, element*/
        GList *label;           /**< package label, element*/