Ecore eolian: Ignore callback prototypes for now.

We don't plan on handling function pointers in Eolian.
Fixing these is work for the future, in the meanwhile, we should just work
around these.
This commit is contained in:
Tom Hacohen 2016-02-16 13:55:20 +00:00
parent 475b43f4a9
commit d114926b66
8 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,6 @@
type @extern Ecore_Timeline_Cb: __undefined_type;
type @extern Ecore_Task_Cb: __undefined_type;
class Ecore.Animator (Eo.Base)
{
eo_prefix: ecore_animator;

View File

@ -1,3 +1,5 @@
type @extern Ecore_Task_Cb: __undefined_type;
class Ecore.Idle.Enterer (Eo.Base)
{
eo_prefix: ecore_idle_enterer;

View File

@ -1,3 +1,5 @@
type @extern Ecore_Task_Cb: __undefined_type;
class Ecore.Idle.Exiter (Eo.Base)
{
eo_prefix: ecore_idle_exiter;

View File

@ -1,3 +1,5 @@
type @extern Ecore_Task_Cb: __undefined_type;
class Ecore.Idler (Eo.Base)
{
eo_prefix: ecore_idler;

View File

@ -1,3 +1,5 @@
type @extern Ecore_Cb: __undefined_type;
class Ecore.Job (Eo.Base)
{
eo_prefix: ecore_job;

View File

@ -1,3 +1,5 @@
type @extern Ecore_Select_Function: __undefined_type;
class Ecore_Mainloop (Eo.Base)
{
legacy_prefix: null;

View File

@ -1,3 +1,5 @@
type @extern Ecore_Task_Cb: __undefined_type;
class Ecore.Poller (Eo.Base)
{
methods {

View File

@ -1,3 +1,5 @@
type @extern Ecore_Task_Cb: __undefined_type;
class Ecore.Timer (Eo.Base)
{
[[Timers are objects that will call a given callback at some point