Difference between revisions of "Package"
From GiderosMobile
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | |||
| <!-- GIDEROSOBJ:package --> | <!-- GIDEROSOBJ:package --> | ||
| − | ''' | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> | 
| − | ''' | + | '''Available since:''' Gideros 2011.6<br/> | 
| − | ===  | + | |
| − | + | === Description === | |
| + | Table containing manipulations for packages/modules/libraries. | ||
| + | |||
| {|- | {|- | ||
| | style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
| − | ===  | + | === Methods === | 
| − | [[ | + | [[package.loadlib]] ''dynamic linking of host program with C library libname''<br/><!--GIDEROSMTD:package.loadlib(libname,funcname) dynamic linking of host program with C library libname--> | 
| + | |||
| | style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
| − | ===  | + | === Events === | 
| − | ===  | + | === Constants === | 
| |} | |} | ||
| {{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} | ||
Latest revision as of 05:22, 15 November 2022
Supported platforms: 






Available since: Gideros 2011.6
Description
Table containing manipulations for packages/modules/libraries.
| Methodspackage.loadlib dynamic linking of host program with C library libname | EventsConstants | 
