|
Cairo-Dock 2.4.0~1
|
Definition of an external module. More...
Data Fields | |
| gchar * | cSoFilePath |
| path to the .so file. | |
| gpointer | handle |
| internal structure of the .so file, once it has been opened. | |
| CairoDockModuleInterface * | pInterface |
| interface of the module. | |
| CairoDockVisitCard * | pVisitCard |
| visit card of the module. | |
| gchar * | cConfFilePath |
| conf file of the module. | |
| gboolean | bCanDetach |
| TRUE if the appet can be detached from a dock (desklet mode). | |
| gdouble | fLastLoadingTime |
| last time the module was (re)activated. | |
| GList * | pInstancesList |
| List of instances of the module. | |
Definition of an external module.