Release version 0.13.5
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_basic.h
index d1e23c8..deb93ab 100644 (file)
@@ -3,6 +3,10 @@
 
 #include <glib.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef struct metadata_x {
        char *key;
        char *value;
@@ -77,6 +81,7 @@ typedef struct appcontrol_x {
        char *operation;
        char *uri;
        char *mime;
+       char *visibility;
        GList *privileges;
 } appcontrol_x;
 
@@ -208,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*/
@@ -234,4 +238,7 @@ typedef struct package_x manifest_x;
 void pkgmgrinfo_basic_free_application(application_x *application);
 void pkgmgrinfo_basic_free_package(package_x *package);
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
 #endif