Introduce convertible module #49

Merged
raster merged 35 commits from rafspiny/enlightenment:master into master 2024-03-12 07:20:21 -07:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 318de512f2 - Show all commits

View File

@ -5,6 +5,7 @@
#include "e-gadget-convertible.h"
#include "e_mod_main.h"
static void
_update_instances(const Instance *current_instance)
{

View File

@ -9,7 +9,7 @@
#define E_GADGET_CONVERTIBLE_E_GADGET_CONVERTIBLE_H
/* LIST OF INSTANCES */
Eina_List *instances = NULL;
extern Eina_List *instances;
/* gadcon callback for actions */
void

View File

@ -32,7 +32,7 @@ E_API E_Module_Api e_modapi =
/* LIST OF INSTANCES */
static Eina_List *instances = NULL;
Eina_List *instances = NULL;
/* gadcon requirements */