Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.h ewl_grid.c ewl_grid.h 


Log Message:
- fix doxy errors

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_engines.h       10 Jul 2006 02:57:08 -0000      1.5
+++ ewl_engines.h       10 Jul 2006 03:07:07 -0000      1.6
@@ -88,7 +88,7 @@
 typedef struct Ewl_Engine_Info Ewl_Engine_Info;
 struct Ewl_Engine_Info
 {
-       void *engine_hooks[EWL_ENGINE_MAX];
+       void *engine_hooks[EWL_ENGINE_MAX];     /**< The engine hooks */
 };
 
 struct Ewl_Engine
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_grid.c  10 Jul 2006 02:43:24 -0000      1.18
+++ ewl_grid.c  10 Jul 2006 03:07:07 -0000      1.19
@@ -11,8 +11,6 @@
 static void ewl_grid_map_start_position_get(Ewl_Grid *g, int *c, int *r);
 
 /**
- * @param cols: number of columns
- * @param rows: number of rows
  * @return Returns a pointer to a grid on success or NULL on failure.
  * @brief Create a new Ewl_Grid widget
  */
@@ -37,8 +35,6 @@
 
 /**
  * @param g: the grid
- * @param cols: number of columns
- * @param rows: number of rows
  * @return Returns no value. Responsible for setting up default values and
  * callbacks within a grid structure
  * @brief Initializes an Ewl_Grid widget to default values
@@ -157,7 +153,7 @@
 
 /**
  * @param g: the grid to change the fill orientation 
- * @param h: the Ewl_Orientation value
+ * @param orientation: the Ewl_Orientation value
  * @return Returns no value.
  * @brief Change the fill orientation
  */
@@ -1116,8 +1112,8 @@
 /**
  * @internal
  * @param c: The Container
- * @param p: The chil to be deleted
- * @param idx: the index of the removed widget
+ * @param w: The child to be deleted
+ * @param idx: UNUSED
  * @return Returns no value
  * @brief The child del callback
  */
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_grid.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_grid.h  10 Jul 2006 02:43:24 -0000      1.16
+++ ewl_grid.h  10 Jul 2006 03:07:07 -0000      1.17
@@ -61,7 +61,7 @@
        unsigned char homogeneous_h:1;          /**< Horizontal homogeneous 
flag */
        unsigned char homogeneous_v:1;          /**< Vertical homogeneous flag 
*/
        
-       Ewl_Orientation orientation;
+       Ewl_Orientation orientation;            /**< The grid orientation */
 
        int rows;                               /**< Row count */
        int cols;                               /**< Column count */
@@ -116,15 +116,12 @@
 /*
  * Internally used callbacks, override at your own risk.
  */
-void ewl_grid_realize_cb(Ewl_Widget *w, void *ev_data, void *user_data);
 void ewl_grid_configure_cb(Ewl_Widget *w, void *ev_data, void *user_data);
 void ewl_grid_destroy_cb(Ewl_Widget *w, void *ev_data , void *user_data);
 void ewl_grid_child_add_cb(Ewl_Container *p, Ewl_Widget *c);
 void ewl_grid_child_remove_cb(Ewl_Container *p, Ewl_Widget *c, int idx);
-void ewl_grid_child_show_cb(Ewl_Container *p, Ewl_Widget *c);
 void ewl_grid_child_resize_cb(Ewl_Container *p, Ewl_Widget *child,
                                                int size, Ewl_Orientation o);
-void ewl_grid_child_destroy_cb(Ewl_Widget *w, void *ev_data, void *user_data);
 
 /**
  * @}




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to