Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c e_dialog.c e_dialog.h 


Log Message:
Declare public functions in header.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- e_apps.c    26 Sep 2005 10:03:49 -0000      1.72
+++ e_apps.c    26 Sep 2005 10:32:13 -0000      1.73
@@ -160,7 +160,6 @@
    E_App_Scan_Cache *sc;
    E_App_Cache *ac;
    char *s;
-   char buf[4096];
    
    sc = fdata;
    s = (char *)key;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_dialog.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_dialog.c  25 Sep 2005 21:33:48 -0000      1.20
+++ e_dialog.c  26 Sep 2005 10:32:13 -0000      1.21
@@ -3,8 +3,6 @@
  */
 #include "e.h"
 
-typedef struct _E_Dialog_Button E_Dialog_Button;
-
 struct _E_Dialog_Button
 {
    E_Dialog *dialog;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_dialog.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_dialog.h  24 Sep 2005 03:11:37 -0000      1.4
+++ e_dialog.h  26 Sep 2005 10:32:13 -0000      1.5
@@ -4,6 +4,7 @@
 #ifdef E_TYPEDEFS
 
 typedef struct _E_Dialog E_Dialog;
+typedef struct _E_Dialog_Button E_Dialog_Button;
 
 #else
 #ifndef E_DIALOG_H
@@ -28,7 +29,8 @@
 
 EAPI E_Dialog *e_dialog_new        (E_Container *con);
 EAPI void      e_dialog_button_add (E_Dialog *dia, char *label, char *icon, 
void (*func) (void *data, E_Dialog *dia), void *data);
-EAPI int       e_dialog_button_focus(E_Dialog *dia, int button);
+EAPI int       e_dialog_button_focus_num(E_Dialog *dia, int button);
+EAPI int       e_dialog_button_focus_button(E_Dialog *dia, E_Dialog_Button 
*button);
 EAPI void      e_dialog_title_set  (E_Dialog *dia, char *title);
 EAPI void      e_dialog_text_set   (E_Dialog *dia, char *text);
 EAPI void      e_dialog_icon_set   (E_Dialog *dia, char *icon, Evas_Coord 
size);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to