Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src Modified Files: plugin_helper.c Log Message: * cruft-- * More api - this time for launching events. This will become generic soon =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugin_helper.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- plugin_helper.c 3 Apr 2006 10:11:11 -0000 1.15 +++ plugin_helper.c 4 Apr 2006 00:06:07 -0000 1.16 @@ -231,3 +231,16 @@ } } + +void entropy_event_stat_request(Entropy_Generic_File* file, entropy_gui_component_instance* instance) +{ + entropy_gui_event *gui_event; + + gui_event = entropy_malloc (sizeof (entropy_gui_event)); + gui_event->event_type = + entropy_core_gui_event_get (ENTROPY_GUI_EVENT_FILE_STAT); + gui_event->data = file; + entropy_core_layout_notify_event (instance, gui_event, + ENTROPY_EVENT_LOCAL); + +} ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs