]> git.sesse.net Git - vlc/blobdiff - include/vlc_extensions.h
Extensions: they can also have a short description
[vlc] / include / vlc_extensions.h
index d43214d76d8c4e8f24284819c2261463fb4df9bc..7d9452472c2c8de7de1eb00dbeb499291d0e8ff7 100644 (file)
@@ -42,6 +42,7 @@ typedef struct extension_t {
     char *psz_version;        /**< Version (ro) */
     char *psz_url;            /**< A URL to the official page (ro) */
     char *psz_description;    /**< Full description (ro) */
+    char *psz_shortdescription; /**< Short description (eg. 1 line)  (ro) */
 
     extension_sys_t *p_sys;   /**< Reserved for the manager module */
 } extension_t;