Extension descriptor: name, title, author, ... More...
Data Fields | |
| char * | psz_name |
| Real name of the extension (ro). | |
| char * | psz_title |
| Display title (ro). | |
| char * | psz_author |
| Author of the extension (ro). | |
| 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. | |
| char * | p_icondata |
| Embedded data for the icon (ro). | |
| int | i_icondata_size |
| Size of that data. | |
| extension_sys_t * | p_sys |
| Reserved for the manager module. | |
Extension descriptor: name, title, author, ...
Size of that data.
| char* extension_t::p_icondata |
Embedded data for the icon (ro).
Reserved for the manager module.
| char* extension_t::psz_author |
Author of the extension (ro).
Full description (ro).
| char* extension_t::psz_name |
Real name of the extension (ro).
Short description (eg.
1 line) (ro)
| char* extension_t::psz_title |
Display title (ro).
| char* extension_t::psz_url |
A URL to the official page (ro).
| char* extension_t::psz_version |
Version (ro).
1.7.1