Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_gui.h 


Log Message:
* Rename dialog work


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_gui.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entropy_gui.h       2 Jan 2006 09:05:42 -0000       1.5
+++ entropy_gui.h       16 Jan 2006 11:17:31 -0000      1.6
@@ -19,5 +19,17 @@
 void entropy_gui_component_instance_disable(entropy_gui_component_instance*);
 void entropy_gui_component_instance_enable(entropy_gui_component_instance*);
 
+/*A structure for dual-referencing a file, and a gui component instance*/
+typedef struct entropy_file_gui_component entropy_file_gui_component;
+struct entropy_file_gui_component {
+       entropy_generic_file* file;
+       entropy_gui_component_instance* instance;
+};
+
+entropy_file_gui_component* entropy_file_gui_component_new();
+void entropy_file_gui_component_destroy(entropy_file_gui_component*);
+entropy_file_gui_component* 
entropy_file_gui_component_new_with_data(entropy_generic_file* file, 
+                                       entropy_gui_component_instance* 
instance);
+
 #endif
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to