Preliminary addition of mimetype handling for file associations; not yet tested much
[pandora-libraries.git] / include / pnd_discovery.h
index 00c93db..2d10889 100644 (file)
@@ -89,6 +89,17 @@ typedef struct {
   char *package_version_minor;
   char *package_version_release;
   char *package_version_build;
   char *package_version_minor;
   char *package_version_release;
   char *package_version_build;
+  // why are we not using typedef'd arrays here? :/ in the name of consistency with
+  // existing above, lets just copy from pxml and use a list of [123] members..
+  char *associationitem1_name;
+  char *associationitem1_filetype;
+  char *associationitem1_parameter;
+  char *associationitem2_name;
+  char *associationitem2_filetype;
+  char *associationitem2_parameter;
+  char *associationitem3_name;
+  char *associationitem3_filetype;
+  char *associationitem3_parameter;
 } pnd_disco_t;
 
 void pnd_disco_destroy ( pnd_disco_t *p ); // a function name that simply could not be avoided
 } pnd_disco_t;
 
 void pnd_disco_destroy ( pnd_disco_t *p ); // a function name that simply could not be avoided