Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        etk_location_add_dialog.h 


Log Message:
* Make the location add dialog actually work

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/etk_location_add_dialog.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etk_location_add_dialog.h   23 Feb 2006 23:29:49 -0000      1.1
+++ etk_location_add_dialog.h   24 Feb 2006 23:19:48 -0000      1.2
@@ -1,11 +1,15 @@
 #ifndef _ETK_LOCATION_ADD_DIALOG_H_
 #define _ETK_LOCATION_ADD_DIALOG_H_
 
+#include "entropy_gui.h"
+
 typedef struct _entropy_etk_location_add_dialog 
        entropy_etk_location_add_dialog;
 
 struct _entropy_etk_location_add_dialog
 {
+       entropy_gui_component_instance* instance;
+       
        Etk_Widget* window;
        Etk_Widget* frame;
 
@@ -21,13 +25,15 @@
        Etk_Widget* username_widget_entry;
        Etk_Widget* password_widget_label;
        Etk_Widget* password_widget_entry;
-       
+
+       void (*add_callback)(entropy_gui_component_instance*, char*, char*);
        
        int screen_id;
        char* selected_uri;
 };
 
-void etk_location_add_dialog_create(entropy_gui_component_instance* instance);
+void etk_location_add_dialog_create(entropy_gui_component_instance* instance,
+               void (*add_callback)(entropy_gui_component_instance*, char*, 
char*) );
 
 
 #endif




-------------------------------------------------------
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

Reply via email to