|
|
|
@ -98,12 +98,12 @@ _pulse_update(Pulse *d __UNUSED__, int type __UNUSED__, Pulse_Sink *ev __UNUSED_ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static void |
|
|
|
|
_pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev) |
|
|
|
|
_pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev __UNUSED__) |
|
|
|
|
{ |
|
|
|
|
/*
|
|
|
|
|
Eina_List *l; |
|
|
|
|
Pulse_Sink *sink; |
|
|
|
|
sinks = ev; |
|
|
|
|
/*
|
|
|
|
|
EINA_LIST_FOREACH(ev, l, sink) |
|
|
|
|
{ |
|
|
|
|
printf("Sink:\n"); |
|
|
|
@ -121,12 +121,12 @@ _pulse_sinks_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static void |
|
|
|
|
_pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev) |
|
|
|
|
_pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *ev __UNUSED__) |
|
|
|
|
{ |
|
|
|
|
/*
|
|
|
|
|
Eina_List *l; |
|
|
|
|
Pulse_Sink *sink; |
|
|
|
|
sources = ev; |
|
|
|
|
/*
|
|
|
|
|
EINA_LIST_FOREACH(ev, l, sink) |
|
|
|
|
{ |
|
|
|
|
printf("Sources:\n"); |
|
|
|
|